aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Clear the SELINGO bit after a selection timeout occurs. SELINGO isJustin T. Gibbs1999-09-201-7/+12
* Work around a defect in the FIFOEMP status bit of Ultra2 classJustin T. Gibbs1999-09-201-2/+32
* Fix the situation where an I/O crosses the EOF point. We need to properlyMatthew Dillon1999-09-201-4/+29
* Trying to set BAD144 handling on a CD is sufficiently "Dont Do ThatPoul-Henning Kamp1999-09-202-6/+0
* Grrr. Okay, changing the devnames was a bad idea. Put them back the wayBill Paul1999-09-204-4/+4
* Fix the strings in the driver_t structs so that they match the new namesBill Paul1999-09-204-4/+4
* Goofed and didn't change the second DRIVER_MODULE() linking these withDavid E. O'Brien1999-09-202-2/+2
* Change the name we register with DRIVER_MODULE() to include the leadingDavid E. O'Brien1999-09-205-5/+5
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onPeter Wemm1999-09-202-6/+16
* Convert the VIA Rhine driver to miibus.Bill Paul1999-09-192-632/+116
* Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and theBill Paul1999-09-191-3/+10
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().Poul-Henning Kamp1999-09-191-7/+1
* Fix the "dsp sync" debugging printf that was unconditional. Fix a fewPeter Wemm1999-09-192-14/+14
* - Hang the scr_stat struct from dev_t.Kazutaka YOKOTA1999-09-196-139/+97
* - Preserve the content of the back scroll buffer when changing theKazutaka YOKOTA1999-09-193-10/+52
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.David E. O'Brien1999-09-191-19/+54
* Only assign to si_bsize_phys if we have an intelligent value for it.Poul-Henning Kamp1999-09-181-1/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()Poul-Henning Kamp1999-09-184-20/+4
* Fix the mechanism used to choose the unit numbers for the IP interfacesBill Paul1999-09-182-7/+21
* Update to driver release 1.74Roger Hardiman1999-09-171-49/+131
* Patch if_vr to add bridging support.Bill Paul1999-09-171-1/+20
* Remember to account for ETHER_ALIGN when setting the maxmimum packetBill Paul1999-09-171-1/+1
* Sync with driver release 1.74Roger Hardiman1999-09-171-0/+11
* Fix a bug in the block number calculation for VN disks with a sectorMatthew Dillon1999-09-171-10/+48
* Fix sf_probe() to detect the card type properly. I botched the readingBill Paul1999-09-171-2/+2
* wlinit() must be called to recalculate the multicast filter.Ollivier Robert1999-09-151-0/+2
* The sense of probes has inverted. They return an error, rather thanPeter Wemm1999-09-131-7/+7
* Get rid of a stray printf on boot. (BRDCTL = ...)Kenneth D. Merry1999-09-131-1/+0
* Removed diskerr()'s unused d_name arg and updated callers. This fixesBruce Evans1999-09-131-1/+1
* Bite the bullet and allocate the devsw entry at compile time.Poul-Henning Kamp1999-09-121-2/+4
* Fix a compile warning.Justin T. Gibbs1999-09-111-0/+1
* Update to driver 1.73Roger Hardiman1999-09-101-4/+37
* Make sure that opti931's and guspnp's use the right offset from their ports.Doug Rabson1999-09-102-0/+4
* Changes to centralise the default blocksize behaviour.Julian Elischer1999-09-096-18/+5
* Don't register a bmajor.Poul-Henning Kamp1999-09-081-1/+1
* fix a bug with cat >/dev/{dsp,dspW,audio} hangingCameron Grant1999-09-082-2/+4
* Add a pointer to "controller miibus0" for people who will not read thePeter Wemm1999-09-081-0/+1
* Make it build, copy from dev/sio/sio.c:Peter Wemm1999-09-081-4/+4
* Restore the old sio* - bruce can fix it himself.Peter Wemm1999-09-082-0/+3188
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-078-26/+28
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodsPeter Wemm1999-09-062-3188/+0
* Move the #if 0 to catch the card.h include and make sure it's zero.Peter Wemm1999-09-061-1/+3
* Start to disentangle the isa attachments from other buses. PartiallyWarner Losh1999-09-061-16/+14
* Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.Peter Wemm1999-09-062-1/+7
* Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,Bill Paul1999-09-062-0/+428
* nullclose, not noclose of course.Poul-Henning Kamp1999-09-051-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-09-057-7/+7
* struct rqgroup: put 0-length array at the end. Make mental note notGreg Lehey1999-09-051-1/+1
* incorporate better ess supportCameron Grant1999-09-044-276/+1104
* handle uiomove better in feed_rootCameron Grant1999-09-042-12/+18