Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-18 | Import of NetBSD ATA/IDE stuff. | Constantine Sapuntzakis | |
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff | |||
1999-01-21 | Fix my com/pccom thinko | Niklas Hallqvist | |
1999-01-20 | pccom is i386 only, com can be attached from mi-land though | Niklas Hallqvist | |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-10-04 | Remove remnicients of if_ed | Niklas Hallqvist | |
1998-09-22 | ed replaced by ec/ne/we drivers. | Federico G. Schwindt | |
1998-09-11 | Comment the pcmcia attach routines for ed and pccom. | Federico G. Schwindt | |
Add the pcmcia definitions for the new framework. | |||
1998-09-11 | Grr... missed this in previous commit: adding 'mii' bus for i386 | Jason Wright | |
1998-08-07 | fdc is fdc, fd is fd | Michael Shalayeff | |
1998-07-03 | add stupid pcib driver | Theo de Raadt | |
1998-06-02 | untested isapnp joystick driver | Theo de Raadt | |
1998-04-26 | use a rel. path for compat/ossaudio | Niels Provos | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-01-06 | pchb support | Theo de Raadt | |
1997-12-21 | ISA PnP support | Jason Downs | |
1997-11-06 | mak kernel compiles w/o bios0 | Michael Shalayeff | |
1997-10-27 | Mandatory disk signature BIOS->BSD mapping enabled | Niklas Hallqvist | |
1997-10-27 | Kernel side of disk signature based BIOS->BSD disk number mapping | Niklas Hallqvist | |
(a.k.a checksumming). This is a solution for the otherwise hard problem of knowing what disk a certain BIOS geometry is for. PC BIOSes does not tell anything about where a certain disk is physically attached, and the ordering of drives in the BIOS area is not deterministic. for the moment it is not enabled in any kernel config file, but that will come RSN. | |||
1997-09-29 | apm0 at bios0; i have sb and scd now | Michael Shalayeff | |
1997-09-21 | support new boots | Michael Shalayeff | |
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM) | |||
1997-09-02 | COMPAT_BSDOS changes to sys/compat/bsdos. | Jason Downs | |
1997-04-13 | Add 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-13 | Provide ccd's major number | Niklas Hallqvist | |
1996-12-11 | isadma belongs in files.isa | Niklas Hallqvist | |
1996-10-26 | floppy driver is now in dev/isa. Not in files.isa yet, though, since arc | Jason Downs | |
changes are still needed. | |||
1996-10-04 | ahc on eisa, netbsd | Theo de Raadt | |
1996-09-12 | set correct 'maxpartitions' | Michael Shalayeff | |
1996-09-01 | initial commit of split fdc/fd drivers | Jason Downs | |
1996-08-27 | Add: | Jason Downs | |
* GPL_MATH_EMULATE: fpemul * ALWAYS_MATH_EMULATE: causes npx probe to always fail. * better fp context in struct pcb. | |||
1996-08-08 | Added a pctr pseudo-device for accessing the Pentium performance counters, | dm | |
and a program pctrctl to set the counter functions. | |||
1996-07-28 | pccom and com are now mutually exclusive; pccom moves to major 8, the | Jason 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-07 | Add pccom to files.i386. SPARE-PARTS is an i386-dx40, which runs | Jason Downs | |
with zero fifo overruns or dropped characters at 115200bps with pccom. | |||
1996-06-22 | Assembly version of in_cksum by Dave Richards. >20% faster in the usual | Thorsten Lockert | |
cases, up to 62% faster in other cases. | |||
1996-06-16 | isadma is now a real driver, and the i386 ports needs to use it | Theo de Raadt | |
1996-06-08 | Initial support ATAPI CD-ROMs. | Jason Downs | |
Based on Manuel Bouyer's drivers. | |||
1996-05-10 | le driver split | Theo de Raadt | |
1996-05-04 | from MACH: add {in,out}[bw] functions and dr* operations. | Michael Shalayeff | |
1996-05-02 | The ed driver cannot be in conf/files due to a name conflict in the amiga | Niklas Hallqvist | |
port. This is resolved like the if_le conflict, by having it in files.i386 until the conflict is resolved. | |||
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-28 | Move ipx_cksum.c into MD config file. | Michael Shalayeff | |
1996-04-27 | Bring forward the Amiga ISA support, and resolve a conflict with if_ed | Niklas Hallqvist | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | Make kernel compile again. | Michael Shalayeff | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-03-19 | Merging 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-27 | if_ed.c cannot be MI yet, due to name clashes, will get resolved soon | Niklas Hallqvist | |
1996-02-26 | From NetBSD | Michael Shalayeff | |
Move the speaker to the 'new' config. | |||
1996-01-16 | add the freebsd joystick driver; converted by matthieu@abel.laas.fr; | Theo de Raadt | |
netbsd pr#1916 | |||
1996-01-15 | remove dup vm86 defn | Theo de Raadt | |
1996-01-15 | config glue for PCMCIA support | hvozda | |