summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-034-1/+7
* remove some out-of-scope DEVFS references..julian1999-09-032-7/+0
* Handle for passthru resource release correctly.luoqi1999-09-031-5/+4
* This adds support for the Buslogic/Bustek/Storage Dimensionsmdodd1999-09-031-0/+324
* This is the rest of the MCA support; new_bus code to be exact.mdodd1999-09-033-0/+931
* Reverse MFC of revision 1.5.2.7:grog1999-09-031-2/+0
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replacekato1999-09-022-6/+9
* The ed_probe_Novell should not clear id_maddr when it fails to probe.kato1999-09-021-2/+6
* Enable ioctls to manipulate color palette. They have been implemented,yokota1999-09-021-3/+0
OpenPOWER on IntegriCloud