summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Compaq "Intelligent Disk Array" driver.julian1999-05-251-0/+1786
* From our i386 counterpart:dt1999-05-251-3/+15
* Fix the read/write permission checks in cam_periph_mapmem(). If we'reken1999-05-251-4/+4
* Add OPTi 82c822 host to PCI bridgeroger1999-05-251-1/+5
* Rename 849 to 849A (the correct name for the IC)roger1999-05-252-4/+4
* Add support for the Bt878/Bt879's Intel 430 FX androger1999-05-252-32/+110
* Merge with sys/i386/isa/wd.c revision 1.192 and 1.193.kato1999-05-251-120/+14
* Sync with sys/i386/i386/userconfig.c revision 1.145.kato1999-05-251-3/+4
* Sync with sys/i386/conf/options.i386 revision 1.114.kato1999-05-252-2/+4
* Back the last change out.brian1999-05-251-2/+2
* Allow booting from "ad"brian1999-05-251-2/+2
* Activate mbr.rnordier1999-05-241-2/+2
* This commit was generated by cvs2svn to compensate for changes in r47471,rnordier1999-05-243-0/+177
|\
| * Add mbr: a standard master boot record intended to replace a couplernordier1999-05-243-0/+177
* | Don't try to allocate memory resource unless address is non-zero.dfr1999-05-241-2/+3
* | Fix bug that can cause transmit corruption. There are actually two 'rings'wpaul1999-05-242-6/+6
* | close pr 10889:luigi1999-05-241-1/+4
* | Fix a [start,end] vs [start,count] botch that corrupted the resourcepeter1999-05-242-6/+6
* | Remove the mfs stuff now that mfs_init() does the MFS_ROOT initialisation.jb1999-05-241-18/+1
* | Back out my previous change (phk didn't like it) in favour of settingjb1999-05-242-16/+2
* | Remove the test for bdevsw(dev) == NULL from bdevvp() because it failsjb1999-05-242-4/+4
* | - Make setroot() conditional on FFS etc, to avoid a compiler warningjb1999-05-242-34/+10
* | - Back out Luoqi's cdevsw stuff. It panics on my system and is not required.jb1999-05-241-7/+10
* | Added rgb_vbi_prog() to capture VBI data and video at theroger1999-05-232-2/+496
* | Rely on the statistics in XPT_GDEV_STATS instead of the versions stillgibbs1999-05-233-13/+30
* | Don't reference our SCB until we have validated that the firmware hasgibbs1999-05-231-2/+3
* | Poll for interrupts in bt_cmd in case they are masked. A completinggibbs1999-05-231-4/+14
* | brucifybrian1999-05-231-2/+2
* | Don't reference non-existant ATAPI option..peter1999-05-233-12/+12
* | Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set.jb1999-05-232-4/+20
* | Add the amd driver.gibbs1999-05-221-0/+1
* | aic7xxx.c:gibbs1999-05-223-18/+10
* | Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-228-55/+46
* | Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbgibbs1999-05-224-114/+280
* | First cut at a driver for the amd53c974 PCI SCSI host adapter. Thisgibbs1999-05-224-0/+6030
* | Don't call calcru() on a swapped-out process. calcru() access p_stats, whichdt1999-05-223-40/+31
* | - Fix up some comments in if_wi.c (no code changes)wpaul1999-05-222-18/+18
* | Use the resource apis to manipulate resources.dfr1999-05-225-24/+96
* | Don't use BUS_WRITE_IVAR to manipulate resources.dfr1999-05-223-27/+30
* | * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-2210-1324/+749
* | Add some helper functions to make it easier to write a driver for a busdfr1999-05-222-3/+218
* | Fix a reference to the mysterious Mike Smisth.rnordier1999-05-222-4/+4
* | Add seatbelt like in previous function..peter1999-05-221-1/+3
* | Recover from removing the last (unshared) interrupt handler.peter1999-05-224-108/+48
* | Fixed style bugs in previous commit.bde1999-05-224-20/+20
* | Move arpcom structure be the first in softc structure. Neededsemenu1999-05-223-6/+6
* | Cosmetic changes to make it compile without errors in gcc -Walljulian1999-05-222-20/+34
* | Restored rev.1.76 which was clobbered by rev.1.77.bde1999-05-222-4/+4
* | Remove some #ifdef'ed code. The ADMtek doesn't have a 'enable reception ofwpaul1999-05-211-13/+2
* | Fix a memory leak and a double free that could happen in certain errorken1999-05-211-5/+4
OpenPOWER on IntegriCloud