summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a pointer to "controller miibus0" for people who will not read thepeter1999-09-089-0/+9
* Make it build, copy from dev/sio/sio.c:peter1999-09-082-8/+8
* Update docs for 3.3-Rphk1999-09-082-18/+142
* Add $FreeBSD$peter1999-09-081-0/+1
* Restore old sio driver for Bruce. We'll fix the bus problems in nsiopeter1999-09-084-0/+4
* s/sio/nsio/peter1999-09-081-1/+1
* Restore the old sio* - bruce can fix it himself.peter1999-09-084-0/+6376
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-0723-906/+285
* Save %gs in sigcontext when delivering a signal and restore them uponluoqi1999-09-077-12/+26
* Fix comment: RX underrun -> RX overrun.wpaul1999-09-071-1/+1
* Doug missed an isa_get_flags().peter1999-09-071-1/+1
* Merge from sys/i386/i386/userconfig.c revisions 1.157 & 1.158.kato1999-09-071-1/+3
* Commented out k6_mem.c.kato1999-09-072-2/+2
* Change isa_get/set_flags() to device_get/set_flags().kato1999-09-0710-34/+34
* Add more missing files from the reorganisation.msmith1999-09-074-0/+297
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-0720-57/+58
* Add mii_load entry to the network drivers section. Also add entries forwpaul1999-09-071-0/+4
* Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.wpaul1999-09-062-2/+2
* Update for newpcm.dfr1999-09-063-3/+15
* 1) s/mod(un)?load/kld$1load/n_hibma1999-09-062-21/+24
* Remember to re-arm the timeout for the tick routine.wpaul1999-09-062-0/+3
* Fix definitions for RID and RES if we're not using IOSPACE. I copied thewpaul1999-09-062-4/+4
* Change NetBSD/Alpha to FreeBSD/alpha.dfr1999-09-061-1/+1
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-069-6380/+1
* Move the #if 0 to catch the card.h include and make sure it's zero.peter1999-09-062-2/+6
* Add id_iosize as used by pccard.peter1999-09-061-0/+1
* add pccard/pccard_nbk.cpeter1999-09-061-0/+1
* $Id$ -> $FreeBSD$peter1999-09-062-2/+2
* Common Alpha loader Makefile, omitted accidentally from the previous setmsmith1999-09-061-0/+83
* Clean $Log$ debris.peter1999-09-061-2/+1
* Start to disentangle the isa attachments from other buses. Partiallyimp1999-09-062-32/+28
* Add pccard child to nexus. A better version would take care of thisimp1999-09-064-0/+20
* Kludge together support for the old pccard system with newbus. Thisimp1999-09-065-19/+388
* Whups, forgot one $Id$ -> $FreeBSD$ conversion.wpaul1999-09-061-1/+1
* Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.peter1999-09-064-2/+14
* This commit adds driver support for PCI fast ethernet NICs based onwpaul1999-09-0613-1/+2188
* Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,wpaul1999-09-064-1/+431
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-0512-4/+1921
* Set up FPU state on the AP.peter1999-09-057-0/+28
* Temporarily disable k6_mem (k6 write combining) at Brian's request sincepeter1999-09-052-2/+2
* M_WAITOK->M_NOWAITgreen1999-09-051-1/+3
* nullclose, not noclose of course.phk1999-09-051-2/+2
* $Id$ -> $FreeBSD$peter1999-09-0510-10/+10
* struct rqgroup: put 0-length array at the end. Make mental note notgrog1999-09-051-1/+1
* Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.obrien1999-09-052-2/+2
* disable the aureal vortex driver for nowcg1999-09-041-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
* Don't install stubs, make a compat symlink at buildworld time.peter1999-09-042-12/+0
OpenPOWER on IntegriCloud