summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/files.i386
AgeCommit message (Collapse)Author
1997-04-13Add support for PCI NE2000 clones. I finally got around to doing this :-)Todd C. Miller
Tested on alpha, should work on i386 as well. Note that we treat a PCI NE2000 as a 16-bit card for now since the driver can not deal with > 16 bit cards. To fix this isa16bit in ed_softc needs to be changed to bus_width (in bytes). I plan to do this as part of the split ed driver.
1997-02-13Provide ccd's major numberNiklas Hallqvist
1996-12-11isadma belongs in files.isaNiklas Hallqvist
1996-10-26floppy driver is now in dev/isa. Not in files.isa yet, though, since arcJason Downs
changes are still needed.
1996-10-04ahc on eisa, netbsdTheo de Raadt
1996-09-12set correct 'maxpartitions'Michael Shalayeff
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-08-27Add:Jason Downs
* GPL_MATH_EMULATE: fpemul * ALWAYS_MATH_EMULATE: causes npx probe to always fail. * better fp context in struct pcb.
1996-08-08Added a pctr pseudo-device for accessing the Pentium performance counters,dm
and a program pctrctl to set the counter functions.
1996-07-28pccom and com are now mutually exclusive; pccom moves to major 8, theJason Downs
same as com. Also various function renaming and such so that multiport drivers should now be able to link with pccom. pccomvar.h is no longer needed.
1996-07-07Add pccom to files.i386. SPARE-PARTS is an i386-dx40, which runsJason Downs
with zero fifo overruns or dropped characters at 115200bps with pccom.
1996-06-22Assembly version of in_cksum by Dave Richards. >20% faster in the usualThorsten Lockert
cases, up to 62% faster in other cases.
1996-06-16isadma is now a real driver, and the i386 ports needs to use itTheo de Raadt
1996-06-08Initial support ATAPI CD-ROMs.Jason Downs
Based on Manuel Bouyer's drivers.
1996-05-10le driver splitTheo de Raadt
1996-05-04from MACH: add {in,out}[bw] functions and dr* operations.Michael Shalayeff
1996-05-02The ed driver cannot be in conf/files due to a name conflict in the amigaNiklas Hallqvist
port. This is resolved like the if_le conflict, by having it in files.i386 until the conflict is resolved.
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]).
1996-04-28Move ipx_cksum.c into MD config file.Michael Shalayeff
1996-04-27Bring forward the Amiga ISA support, and resolve a conflict with if_edNiklas Hallqvist
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19Make kernel compile again.Michael Shalayeff
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1996-02-27if_ed.c cannot be MI yet, due to name clashes, will get resolved soonNiklas Hallqvist
1996-02-26From NetBSDMichael Shalayeff
Move the speaker to the 'new' config.
1996-01-16add the freebsd joystick driver; converted by matthieu@abel.laas.fr;Theo de Raadt
netbsd pr#1916
1996-01-15remove dup vm86 defnTheo de Raadt
1996-01-15config glue for PCMCIA supporthvozda
1996-01-11from netbsd; VM86 support, by John Kohl, touched up a bit by charlesTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt