summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missed this use of the old pnp includes. I don't think this is meant topeter1999-09-021-1/+2
* Stub out the old pnp code till these are converted so GENERIC builds again.peter1999-09-022-2/+4
* Typo: 'x' should be 'y' (only affects debugging output)n_hibma1999-09-011-1/+1
* This is part of an untested set of changes to the ed driver to supportdfr1999-09-011-0/+90
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-014-11/+31
* Re-arrange things in the attach routines of the 3Com and RealTek PHYwpaul1999-09-012-13/+13
* Update to driver 1.72.roger1999-09-011-0/+4
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.phk1999-09-012-0/+4
* $Id$ -> $FreeBSD$peter1999-09-0148-48/+48
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-0140-0/+11805
* mss and sb drivers updated for newpcmcg1999-09-0110-9126/+7532
* Add a driver for the internal PHY in the RealTek 8139.wpaul1999-08-311-0/+284
* C-NET(9N)C support (PC-98 only).nyan1999-08-311-13/+42
* Oops. I undid the $Id: -> $FreBSD: change.roger1999-08-312-2/+2
* Update to driver release 1.71roger1999-08-312-563/+274
OpenPOWER on IntegriCloud