summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Recognise NetBSD slices.rnordier1999-07-241-3/+4
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-243-13/+19
* Do not print resource values which are not set.yokota1999-07-241-7/+7
* This makes the in kernel printf routines conform to the documenteddfr1999-07-245-29/+42
* atomic.h:alc1999-07-236-35/+14
* fix a problem w/ zero byte writes to the tunnel device. It would bypassjmg1999-07-231-1/+1
* Clean up the buffer allocation code a bit. Make sure to initialize certainwpaul1999-07-234-58/+64
* Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to theirwpaul1999-07-232-4/+10
* One last tweak before I turn in for the evening: the driver name inwpaul1999-07-232-6/+6
* Create module directories for the xl, ti, tl and sk drivers and addwpaul1999-07-235-2/+117
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into thesewpaul1999-07-236-20/+14
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradewpaul1999-07-238-6584/+6680
* Some more small newbus cleanups. Remember to free all resources in casewpaul1999-07-234-72/+92
* Revert out part of the last patch that can be done better elsewhere.julian1999-07-221-8/+4
* Remove the definitions for the SiS 900 chip. This is not a RealTekwpaul1999-07-222-17/+4
* fix braino..julian1999-07-221-2/+2
* Well, it seems that loading a PCI driver module after the system haswpaul1999-07-222-3/+12
* Convert the ThunderLAN driver to newbus. Also add splimp() protection towpaul1999-07-222-82/+166
* Fix a small mind-o: one instance of SYS_RES_IOPORT should have beenwpaul1999-07-222-6/+6
* Add braces to make if-else statement clearer.iwasaki1999-07-222-8/+12
* Modify device numbering method to work with latest -CURRENT. Briefly,grog1999-07-222-11/+15
* Reduce the number of "magic constants" used for page coloringalc1999-07-226-17/+11
* Convert the SysKonnect gigabit ethernet driver to newbus.wpaul1999-07-224-154/+262
* Small tweak to newbus changes: return error status on failure correctlywpaul1999-07-221-2/+2
* Make mountroot work again (change makedev to makebdev).dfr1999-07-211-3/+4
* Fix the following problem:alc1999-07-217-16/+55
* Fixed missing changes from sys/pc98/pc98/pc98.c when new-bus was integrated.nyan1999-07-212-2/+44
* Remove the RCS "Log" and all the verbiage it has generated.phk1999-07-2120-2608/+24
* Hack to work around a NULL pointer dereferencation that can be triggeredjoerg1999-07-212-2/+10
* Hopefully make the CMD640B workaround actually work.peter1999-07-211-9/+6
* Walk around the end of all the silly guessing of device types and unitmsmith1999-07-216-9/+108
* Slight cleanups of the Cyrix 5530 UDMA code.julian1999-07-201-100/+125
* Fix a REALLY embarrassing mistake. Don't look; I warned you.green1999-07-201-2/+2
* Make a dev2budev() function, and use it. This refixes pstat (working, broken,green1999-07-204-9/+16
* Convert the xl driver to newbus. It is now possible to make this driverwpaul1999-07-202-88/+127
* dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecoregreen1999-07-201-2/+5
* Correct the alignment of some of the members in the wi_frame structure.wpaul1999-07-202-6/+10
* I missed a not. Also, remove invltlb(), since it's "unncessary [sic] becausegreen1999-07-201-4/+2
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-2013-194/+185
* use vp->v_rdev;phk1999-07-201-2/+2
* add debug.sizeof.specinfophk1999-07-201-1/+5
* Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.phk1999-07-202-4/+56
* Update of the i686 MTRR/memory range support.msmith1999-07-202-90/+92
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-2016-18/+699
* An SMP-specific change: Eliminate an unnecessary lock acquire and releasealc1999-07-201-10/+1
* Convert a "page not busy" warning to an assertion.alc1999-07-201-7/+3
* Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled byrnordier1999-07-205-57/+111
* Fix a page size vs. KB mixup. The extra buffers allocated at a reducedpeter1999-07-192-8/+8
* Activate kgzldr.rnordier1999-07-191-2/+2
* Use M4FLAGS for m4.rnordier1999-07-191-4/+4
OpenPOWER on IntegriCloud