summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Convert the VIA Rhine driver to miibus.wpaul1999-09-192-633/+117
* Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and thewpaul1999-09-191-3/+10
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().phk1999-09-191-7/+1
* Fix the "dsp sync" debugging printf that was unconditional. Fix a fewpeter1999-09-192-14/+14
* - Hang the scr_stat struct from dev_t.yokota1999-09-196-139/+97
* - Preserve the content of the back scroll buffer when changing theyokota1999-09-193-10/+52
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-191-19/+54
* Only assign to si_bsize_phys if we have an intelligent value for it.phk1999-09-181-1/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-184-20/+4
* Fix the mechanism used to choose the unit numbers for the IP interfaceswpaul1999-09-182-7/+21
* Update to driver release 1.74roger1999-09-171-57/+139
* Patch if_vr to add bridging support.wpaul1999-09-171-1/+20
* Remember to account for ETHER_ALIGN when setting the maxmimum packetwpaul1999-09-171-1/+1
* Sync with driver release 1.74roger1999-09-171-0/+11
* Fix a bug in the block number calculation for VN disks with a sectordillon1999-09-171-10/+48
* Fix sf_probe() to detect the card type properly. I botched the readingwpaul1999-09-171-2/+2
* wlinit() must be called to recalculate the multicast filter.roberto1999-09-151-0/+2
* The sense of probes has inverted. They return an error, rather thanpeter1999-09-131-7/+7
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-131-1/+0
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-1/+1
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-121-2/+4
* Fix a compile warning.gibbs1999-09-111-0/+1
* Update to driver 1.73roger1999-09-101-4/+37
* Make sure that opti931's and guspnp's use the right offset from their ports.dfr1999-09-102-0/+4
* Changes to centralise the default blocksize behaviour.julian1999-09-096-18/+5
* Don't register a bmajor.phk1999-09-081-1/+1
* fix a bug with cat >/dev/{dsp,dspW,audio} hangingcg1999-09-082-2/+4
* Add a pointer to "controller miibus0" for people who will not read thepeter1999-09-081-0/+1
* Make it build, copy from dev/sio/sio.c:peter1999-09-081-4/+4
* Restore the old sio* - bruce can fix it himself.peter1999-09-082-0/+3188
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-078-26/+28
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-062-3188/+0
* Move the #if 0 to catch the card.h include and make sure it's zero.peter1999-09-061-1/+3
* Start to disentangle the isa attachments from other buses. Partiallyimp1999-09-061-16/+14
* Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.peter1999-09-062-1/+7
* Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,wpaul1999-09-062-0/+428
* nullclose, not noclose of course.phk1999-09-051-2/+2
* $Id$ -> $FreeBSD$peter1999-09-057-7/+7
* struct rqgroup: put 0-length array at the end. Make mental note notgrog1999-09-051-1/+1
* incorporate better ess supportcg1999-09-044-280/+1108
* handle uiomove better in feed_rootcg1999-09-042-12/+18
* bugfix: deallocate channels properly if no read/write ops between open/closecg1999-09-042-2/+4
* Add USR3031 pnp id.dfr1999-09-041-0/+1
* #ifdef out the definition for the small packet RX ring. I ended up onlywpaul1999-09-031-0/+9
* Remove vestiges of old pnp code.dfr1999-09-031-8/+0
* Remove the last vestiges of the old pnp code in favour of the new one.dfr1999-09-031-106/+1
* Commit a checkpoint of an updated if_ed driver. This is pretty muchpeter1999-09-032-434/+512
* Cosmetic tweak. Collect the fdc methods together and apart from the fdpeter1999-09-031-44/+53
* Use micro "disk" layer in ata-diskphk1999-09-034-143/+45
* Set si_bsize_phys to 2048 for cdrom.phk1999-09-031-0/+1
OpenPOWER on IntegriCloud