Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-03 | change overriding message | Theo de Raadt | |
2000-03-28 | Allow wss to configure @irq 5, which is the default irq for quite a few | Marc Espie | |
laptops. | |||
2000-03-02 | protect more reads and rights^Wwrites w/ spl; avoid inline which blows the ↵ | Michael Shalayeff | |
code in twice | |||
1999-12-27 | Token ring driver for Tropic based boards; from NetBSD. | Federico G. Schwindt | |
This is as is in NetBSD. I've some mods in my tree ready to be merged. For the records: * This driver needs massive work to be ready for production (people is invited to help, don't be shy). Rewrite part/whole is my list. * IP isn't working at the moment. ARP handling needs several changes. (remember this guys? maybe this time...) * This only handle SNAP frames. IPX using IPX frames doesn't work (you could receive but not transmit to be exact). In order to do that, dsap needs to be changed. I don't know how to setup multiple dsap's at the moment (don't worry about it now, our IPX code is going to be replaced soon since the current implementation is buggy). * Source routing is missing. * tcpdump needs some hacking too (in my tree too). * More things I'm probably forgetting now (haven't worked on this for a while). Our networking code needs some cleanup and rearrangement (specially the headers). net/if_ether.h is an example; arp is not ether specific. | |||
1999-12-27 | Add tr driver; from NetBSD. | Federico G. Schwindt | |
1999-12-27 | Polynomial for 3com token link 619; from NetBSD. | Federico G. Schwindt | |
1999-12-11 | Remove old IDE driver | Constantine Sapuntzakis | |
1999-12-08 | sync | Theo de Raadt | |
1999-12-08 | @@@0001 is not a sb | Theo de Raadt | |
1999-12-02 | add proper media handling and use dev/mii | Jason Wright | |
1999-11-30 | Remove duplicate #include's. | Aaron Campbell | |
1999-11-28 | Driver for Hostess 4-channel serial mux, from Denis A. Doroshenko | Jason Downs | |
<cyxob@isl.vtu.lt>. | |||
1999-11-13 | sync | Theo de Raadt | |
1999-11-13 | add another modem | Theo de Raadt | |
1999-10-09 | wdc layer work: | Constantine Sapuntzakis | |
Separate wdc_probe_caps into wdc_probe_caps and wdc_print_caps for more flexibility in printing capability information. Get rid of wdc_final_attach. Include name of device (e.g. cd0), if possible, on errors. atapiscsi layer work: Put a pointer to the SCSI device into ata_drive_datas' drv_softc field Simplify, simplify, simplify. Got rid of a bunch of fields in atapiscsi_softc Delay printing capabilities until we know the real device name (e.g. st0) | |||
1999-10-07 | Add a delay() before turning the motor off; some controllers don't see it | Jason Downs | |
otherwise. Also move the motor off up so that it always gets performed, even if the probe is overridden via config flags. | |||
1999-10-06 | Add support for bass, treble, surround and mode under equalization class. | Federico G. Schwindt | |
Modify some code for simplicity and remove unused one; from NetBSD. | |||
1999-09-30 | Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting ↵ | kstailey | |
control fix | |||
1999-09-27 | sync | Theo de Raadt | |
1999-09-27 | another ne2000; marco@tecnogi.com | Theo de Raadt | |
1999-09-02 | sync | David Leonard | |
1999-09-02 | re-enable ESS18**; deraadt@ | David Leonard | |
1999-08-22 | make isapnp_print() use canonical format | Theo de Raadt | |
1999-08-22 | sync | Theo de Raadt | |
1999-08-22 | whack isapnp gus for now | Theo de Raadt | |
1999-08-19 | pnpdevs.h | Theo de Raadt | |
1999-08-19 | another ethernet card | Theo de Raadt | |
1999-08-18 | sync | Theo de Raadt | |
1999-08-18 | another card | Theo de Raadt | |
1999-08-17 | factor out ie device definition; niklas@ ok | Michael Shalayeff | |
1999-08-17 | Fix a problem if midi at ym is defined but not mpu. | Federico G. Schwindt | |
1999-08-11 | sync | Theo de Raadt | |
1999-08-11 | com/pccom special cases found by isapnp.c directly now | Theo de Raadt | |
1999-08-11 | if we cannot match a device by name, check to see if it looks like a | Theo de Raadt | |
com/pccom device, and try that. this catches more than 90% of failing isapnp devices. | |||
1999-08-11 | New pcmcia irq prober that really tries to ensure the irq will work | Niklas Hallqvist | |
1999-08-10 | support DIOCRLDINFO | Theo de Raadt | |
1999-08-10 | we only run this insid the kernel now | Theo de Raadt | |
1999-08-09 | re-order things to make them clearer | Theo de Raadt | |
1999-08-09 | Fix opl_isa_match declaration. | Federico G. Schwindt | |
1999-08-08 | prepare for alpha, if it ever happens | Theo de Raadt | |
1999-08-08 | ioh is a bus_space_handle_t not a bus_space_tag_t | Theo de Raadt | |
1999-08-07 | sync | Theo de Raadt | |
1999-08-07 | new modem; chris@dqc.org | Theo de Raadt | |
1999-08-05 | more shaving... | Jason Wright | |
1999-08-05 | mv isa/mpu401var.h ic/mpuvar.h | Theo de Raadt | |
1999-08-05 | Make IDE compile on alpha again: | Niklas Hallqvist | |
use b* instead of mem* functions, adhere to NISADMA for DMA support. | |||
1999-08-04 | remove some unnecessary stuff | Jason Wright | |
1999-08-04 | sync | Theo de Raadt | |
1999-08-04 | another motorola modem | Theo de Raadt | |