--- trunk/src/devices/dev_ahc.c 2007/10/08 16:19:37 22 +++ trunk/src/devices/dev_ahc.c 2007/10/08 16:21:17 34 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Anders Gavare. All rights reserved. + * Copyright (C) 2004-2007 Anders Gavare. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: dev_ahc.c,v 1.4 2006/02/09 20:02:59 debug Exp $ + * $Id: dev_ahc.c,v 1.7 2007/01/28 00:41:16 debug Exp $ * * Adaptec AHC SCSI controller. * @@ -62,9 +62,6 @@ }; -/* - * dev_ahc_access(): - */ DEVICE_ACCESS(ahc) { struct ahc_data *d = extra; @@ -167,10 +164,6 @@ (int)relative_addr); } -#if 0 -cpu_interrupt(cpu, 0x200); -#endif - #ifdef AHC_DEBUG if (ok) { if (name == NULL) {