summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* machine/soundcard.h is now in the standard location - sys/soundcard.hpeter1999-09-043-3/+3
* Only set the description if there is one in the matching isa_pnp_id.dfr1999-09-041-1/+2
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>dfr1999-09-042-1362/+10
* Make the idempotency ifdefs uniform with the rest of src/sys/sys.dfr1999-09-041-3/+3
* Add USR3031 pnp id.dfr1999-09-042-0/+2
* Fixed style bugs in rev.1.36-1.39.bde1999-09-041-37/+28
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIpeter1999-09-042-2/+2
* Fixed a gratuitous ANSIism again. The fix in rev.1.23 was blown awaybde1999-09-041-1/+1
* Fixed style regressions in previous commit.bde1999-09-041-6/+4
* Removed defunct option NULLFS_DIAGNOSTIC.bde1999-09-044-10/+0
* Don't generate opt_debug_nullfs.h. It is no longer necessary.bde1999-09-041-6/+1
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asbde1999-09-048-40/+28
* Backed out the quick fix in the previous commit. Depending on opt_ddb.hbde1999-09-041-5/+1
* Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTICbde1999-09-044-10/+6
* Merge from sys/i386/isa/clock.c revision 1.145.kato1999-09-043-0/+30
OpenPOWER on IntegriCloud