NetBSD/sys/arch/mac68k/dev
briggs aba671db48 Treat drhw 118 and 119 the same for Apple ethernet cards. 1997-05-01 18:17:13 +00:00
..
6x10.h First pass of KNFication. Needs more. 1995-04-21 02:47:35 +00:00
adb.c Updates from John Wittkoski for new ADB driver. 1997-04-08 03:19:04 +00:00
adb_direct.c April 18 update from John Wittkoski, w/space vs. tab KNFing by me. 1997-04-21 18:04:28 +00:00
adb_direct.h Direct-to-hardware ADB interface/driver, written by John P. Wittkoski. 1997-04-08 03:16:18 +00:00
adbsys.c Use the new opt_mrg_adb.h header. 1997-04-14 16:56:26 +00:00
adbsysasm.s backout previous kprintf change 1996-10-13 16:50:51 +00:00
adbvar.h Updates from John Wittkoski for new ADB driver. 1997-04-08 03:19:04 +00:00
asc.c Update copyright and license. 1997-02-24 05:47:33 +00:00
ascvar.h Update copyright and license. 1997-02-24 05:47:33 +00:00
bounds.h backout previous kprintf change 1996-10-13 03:21:13 +00:00
esp.c Copyright foo. 1997-03-05 15:19:18 +00:00
espvar.h mac68k-specific portion of m.i. ncr53c9x driver. 1997-02-27 14:06:25 +00:00
grf.c NUBUS_SLOT_TO_PADDR -> NUBUS_SLOT2PA 1997-02-24 06:20:04 +00:00
grf_iv.c Take care when accessing DAFB--some quadra-class machines use other video 1997-04-21 00:57:59 +00:00
grf_mv.c Clear the interrupts properly on an E-Machines Futura II LX and make a wild 1997-05-01 03:34:07 +00:00
grf_subr.c We need bus.h now, due to recent nubus_attach_args change. 1997-02-20 00:23:25 +00:00
grfvar.h Clear the interrupts properly on an E-Machines Futura II LX and make a wild 1997-05-01 03:34:07 +00:00
if_ae.c Use the new MI 8390 driver, and garbage collect. 1997-04-29 04:40:22 +00:00
if_ae_nubus.c Treat drhw 118 and 119 the same for Apple ethernet cards. 1997-05-01 18:17:13 +00:00
if_aereg.h Use the new MI 8390 driver, and garbage collect. 1997-04-29 04:40:22 +00:00
if_aevar.h Use the new MI 8390 driver, and garbage collect. 1997-04-29 04:40:22 +00:00
if_sn.c A couple of performance improvements from Denny Gentry <denny1@home.com> 1997-04-25 03:40:09 +00:00
if_sn_nubus.c Treat drhw 118 and 119 the same for Apple ethernet cards. 1997-05-01 18:17:13 +00:00
if_sn_obio.c If we can't map SONIC register space, just print a diagnostic message and 1997-04-22 20:56:15 +00:00
if_snreg.h Remove dependency on if_aereg.h for vendor constants; these are really 1997-04-30 19:47:11 +00:00
if_snvar.h A couple of performance improvements from Denny Gentry <denny1@home.com> 1997-04-25 03:40:09 +00:00
ite.c Fix itematch() for case where fboff is not zero. From Dave Huang, 1997-04-20 20:31:18 +00:00
itevar.h Changes from Michael R. Zucca <mrz5149@cs.rit.edu> for 16-bit and 32-bit 1997-04-08 04:47:08 +00:00
mac68k5380.c What was I thinking? 1997-04-27 19:26:48 +00:00
md_root.c #include <sys/systm.h> to bring in printf() prototype 1997-02-13 19:42:42 +00:00
ncr5380.c Clean up a few bogons+typos introduced in the removal of the broken indirect 1996-12-19 21:48:17 +00:00
ncr5380reg.h Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized 1996-05-05 06:15:56 +00:00
ncr5380var.h Clean up the interrupt handling somewhat. 1996-05-25 16:42:24 +00:00
nubus.c On video devices, if we're loading non-default resource values, save the 1997-04-23 13:37:43 +00:00
nubus.h Treat drhw 118 and 119 the same for Apple ethernet cards. 1997-05-01 18:17:13 +00:00
obio.c Add hsk and drq locators, which will be used only by SCSI devices. 1997-02-13 19:01:07 +00:00
obiovar.h Add hsk and drq locators, which will be used only by SCSI devices. 1997-02-13 19:01:07 +00:00
pm_direct.c Power Manager interface/driver, written by Takashi Hamada. 1997-04-08 03:11:37 +00:00
pm_direct.h Power Manager interface/driver, written by Takashi Hamada. 1997-04-08 03:11:37 +00:00
sbc.c Undo a hack added in the last overhaul (which caused an extraneous byte 1997-04-28 15:59:20 +00:00
sbc_obio.c Always enable SCSI IRQ interrupt; the SBC_INTR flag now controls only 1997-04-07 05:56:28 +00:00
sbcreg.h Split bus-dependent autoconfig code from the driver. This allows for 1997-03-01 20:18:58 +00:00
sbcvar.h New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
scsi_defs.h
z8530reg.h Serial driver with interface to a slightly modified version of the machine- 1996-05-18 18:53:50 +00:00
z8530sc.c After servicing an interrupt, check to see that there's not another 1996-08-26 14:09:19 +00:00
z8530sc.h Critical fix from Bill Studenmund: if CTS is deasserted and then 1996-10-15 06:57:43 +00:00
z8530tty.c Work around another gcc initialization warning. 1996-12-18 05:17:44 +00:00
z8530tty.h Serial driver with interface to a slightly modified version of the machine- 1996-05-18 18:53:50 +00:00
zs.c Work around another bogus uninitialized warning, and fix a legitimate one. 1996-12-18 05:04:22 +00:00
zsvar.h Double ring limits from Bill Studenmund <wrstuden@loki.stanford.edu>. 1995-12-13 03:08:12 +00:00