summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Collapse)Author
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron 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-03change overriding messageTheo de Raadt
2000-03-28Allow wss to configure @irq 5, which is the default irq for quite a fewMarc Espie
laptops.
2000-03-02protect more reads and rights^Wwrites w/ spl; avoid inline which blows the ↵Michael Shalayeff
code in twice
1999-12-27Token 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-27Add tr driver; from NetBSD.Federico G. Schwindt
1999-12-27Polynomial for 3com token link 619; from NetBSD.Federico G. Schwindt
1999-12-11Remove old IDE driverConstantine Sapuntzakis
1999-12-08syncTheo de Raadt
1999-12-08@@@0001 is not a sbTheo de Raadt
1999-12-02add proper media handling and use dev/miiJason Wright
1999-11-30Remove duplicate #include's.Aaron Campbell
1999-11-28Driver for Hostess 4-channel serial mux, from Denis A. DoroshenkoJason Downs
<cyxob@isl.vtu.lt>.
1999-11-13syncTheo de Raadt
1999-11-13add another modemTheo de Raadt
1999-10-09wdc 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-07Add a delay() before turning the motor off; some controllers don't see itJason 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-06Add 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-30Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting ↵kstailey
control fix
1999-09-27syncTheo de Raadt
1999-09-27another ne2000; marco@tecnogi.comTheo de Raadt
1999-09-02syncDavid Leonard
1999-09-02re-enable ESS18**; deraadt@David Leonard
1999-08-22make isapnp_print() use canonical formatTheo de Raadt
1999-08-22syncTheo de Raadt
1999-08-22whack isapnp gus for nowTheo de Raadt
1999-08-19pnpdevs.hTheo de Raadt
1999-08-19another ethernet cardTheo de Raadt
1999-08-18syncTheo de Raadt
1999-08-18another cardTheo de Raadt
1999-08-17factor out ie device definition; niklas@ okMichael Shalayeff
1999-08-17Fix a problem if midi at ym is defined but not mpu.Federico G. Schwindt
1999-08-11syncTheo de Raadt
1999-08-11com/pccom special cases found by isapnp.c directly nowTheo de Raadt
1999-08-11if we cannot match a device by name, check to see if it looks like aTheo de Raadt
com/pccom device, and try that. this catches more than 90% of failing isapnp devices.
1999-08-11New pcmcia irq prober that really tries to ensure the irq will workNiklas Hallqvist
1999-08-10support DIOCRLDINFOTheo de Raadt
1999-08-10we only run this insid the kernel nowTheo de Raadt
1999-08-09re-order things to make them clearerTheo de Raadt
1999-08-09Fix opl_isa_match declaration.Federico G. Schwindt
1999-08-08prepare for alpha, if it ever happensTheo de Raadt
1999-08-08ioh is a bus_space_handle_t not a bus_space_tag_tTheo de Raadt
1999-08-07syncTheo de Raadt
1999-08-07new modem; chris@dqc.orgTheo de Raadt
1999-08-05more shaving...Jason Wright
1999-08-05mv isa/mpu401var.h ic/mpuvar.hTheo de Raadt
1999-08-05Make IDE compile on alpha again:Niklas Hallqvist
use b* instead of mem* functions, adhere to NISADMA for DMA support.
1999-08-04remove some unnecessary stuffJason Wright
1999-08-04syncTheo de Raadt
1999-08-04another motorola modemTheo de Raadt