Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham | |
Tested by various, vetted by mickey & theo. | |||
2000-11-07 | AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.org | Michael Shalayeff | |
2000-09-01 | Kernel support for new PCVT console mouse features. | Aaron Campbell | |
- Basic cut/paste functionality. - Wheel mouse support (wheel rolls page-by-page through scrollback buffer). - Copybuffer ownership. i.e., if User X logs in the console and selects text, when User Y logs in later the buffer cannot be pasted. Big thanks to Jean-Baptiste Marchand, Julien Montagne, and Jerome Verdon for implementing this. | |||
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael Shalayeff | |
this is now a real device, which looks in flags for disabling address, interrupt or bus fixup. bios0's flags are to disable bios32 and pcibios probing. since boot_config support editing flags, it's posible to adjust pcibios functionality in the generic kernel upon boot time. man is coming. | |||
2000-08-08 | sync w/ netbsd almost -current code (; | Michael Shalayeff | |
fixes quite a few problems. adds new option PCIBIOS_ADDR_FIXUP. numerous extra fixes by me, also pointed out by other ppl, such as avoid panics, ifdef on pciverbose, not diagnostic, some other smaller knits; some have been forwarded back to netbsd developers, some will go soon too. | |||
2000-08-01 | Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for | Aaron Campbell | |
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop. | |||
2000-07-05 | Decouple memory access functions from db_interface.c so they can be | Hugh Graham | |
shared with upcoming KGDB. As per NetBSD. Ok'd by niklas. | |||
2000-05-15 | Cardbus com driver, from NetBSD, but adapted for our style conventions | Niklas Hallqvist | |
and with pccom support added | |||
2000-05-15 | driver for the databook isa/pcmcia bridge (commented out in GENERIC for now); | Jason Wright | |
from NetBSD. | |||
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell | |
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic. | |||
2000-03-26 | from netbsd: pci interrupt routing code. | Michael Shalayeff | |
also, change a few pcidevs names to match netbsd (and more descriptive). tested on a bunch of laptops, helps resolving 'pin X unmapped' problems for (usually) usb and cardbus cntrollers. | |||
2000-02-21 | separate assembly thing into an own file to avoid compiler-deps. | Michael Shalayeff | |
ignore suspend reqs while suspending. ignore suspend requests for 3 seconds holdoff period once awaken. protect event queue manipulations w/ splhigh's. | |||
1999-11-20 | add MTRR support from FreeBSD | Matthieu Herrb | |
1999-11-08 | move MI definition of rd into it's MI place also fixing | Michael Shalayeff | |
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok | |||
1999-10-26 | Add puc devices. | Jason Downs | |
1999-10-06 | y2k related fixes; from netbsd, work by fgsch/ivan | Theo de Raadt | |
1999-09-13 | isa0 at pcib?; netbsd via peter | Theo de Raadt | |
1999-08-13 | Almost forget it; USB support. | Federico G. Schwindt | |
1999-07-25 | Make sure pciide_machdep.c is uncommented | Constantine Sapuntzakis | |
1999-07-25 | costa owes me a beer | Theo de Raadt | |
1999-07-25 | remove extra comments | Theo de Raadt | |
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. |