aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Activate mbr.Robert Nordier1999-05-241-2/+2
* Add mbr: a standard master boot record intended to replace a coupleRobert Nordier1999-05-243-0/+177
* Don't try to allocate memory resource unless address is non-zero.Doug Rabson1999-05-241-2/+3
* Fix bug that can cause transmit corruption. There are actually two 'rings'Bill Paul1999-05-242-6/+6
* close pr 10889:Luigi Rizzo1999-05-241-1/+4
* Fix a [start,end] vs [start,count] botch that corrupted the resourcePeter Wemm1999-05-242-6/+6
* Remove the mfs stuff now that mfs_init() does the MFS_ROOT initialisation.John Birrell1999-05-241-18/+1
* Back out my previous change (phk didn't like it) in favour of settingJohn Birrell1999-05-242-16/+2
* Remove the test for bdevsw(dev) == NULL from bdevvp() because it failsJohn Birrell1999-05-242-4/+4
* - Make setroot() conditional on FFS etc, to avoid a compiler warningJohn Birrell1999-05-242-34/+10
* - Back out Luoqi's cdevsw stuff. It panics on my system and is not required.John Birrell1999-05-241-7/+10
* Added rgb_vbi_prog() to capture VBI data and video at theRoger Hardiman1999-05-232-2/+496
* Rely on the statistics in XPT_GDEV_STATS instead of the versions stillJustin T. Gibbs1999-05-233-13/+30
* Don't reference our SCB until we have validated that the firmware hasJustin T. Gibbs1999-05-231-2/+3
* Poll for interrupts in bt_cmd in case they are masked. A completingJustin T. Gibbs1999-05-231-4/+14
* brucifyBrian Somers1999-05-231-2/+2
* Don't reference non-existant ATAPI option..Peter Wemm1999-05-233-12/+12
* Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set.John Birrell1999-05-232-4/+20
* Add the amd driver.Justin T. Gibbs1999-05-221-0/+1
* aic7xxx.c:Justin T. Gibbs1999-05-223-18/+10
* Add a default async handler funstion to cam_periph.c to remove duplicatedJustin T. Gibbs1999-05-228-55/+46
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbJustin T. Gibbs1999-05-224-114/+280
* First cut at a driver for the amd53c974 PCI SCSI host adapter. ThisJustin T. Gibbs1999-05-224-0/+6030
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichDmitrij Tejblum1999-05-223-40/+31
* - Fix up some comments in if_wi.c (no code changes)Bill Paul1999-05-222-18/+18
* Use the resource apis to manipulate resources.Doug Rabson1999-05-225-24/+96
* Don't use BUS_WRITE_IVAR to manipulate resources.Doug Rabson1999-05-223-27/+30
* * Factor out the common code between the isa bus drivers for i386 and alpha.Doug Rabson1999-05-2210-1321/+746
* Add some helper functions to make it easier to write a driver for a busDoug Rabson1999-05-222-3/+218
* Fix a reference to the mysterious Mike Smisth.Robert Nordier1999-05-222-4/+4
* Add seatbelt like in previous function..Peter Wemm1999-05-221-1/+3
* Recover from removing the last (unshared) interrupt handler.Peter Wemm1999-05-224-108/+48
* Fixed style bugs in previous commit.Bruce Evans1999-05-224-20/+20
* Move arpcom structure be the first in softc structure. NeededSemen Ustimenko1999-05-223-6/+6
* Cosmetic changes to make it compile without errors in gcc -WallJulian Elischer1999-05-222-20/+34
* Restored rev.1.76 which was clobbered by rev.1.77.Bruce Evans1999-05-222-4/+4
* Remove some #ifdef'ed code. The ADMtek doesn't have a 'enable reception ofBill Paul1999-05-211-13/+2
* Fix a memory leak and a double free that could happen in certain errorKenneth D. Merry1999-05-211-5/+4
* Realy fix overflow on SO_*TIMEOAndrey A. Chernov1999-05-211-4/+12
* Silently return NULL from devclass_get_device if dc == NULL. The callerDoug Rabson1999-05-211-2/+2
* Ack! Cut & paste-o: xl -> alBill Paul1999-05-211-3/+3
* This commit adds driver support for PCI fast ethernet cards based on theBill Paul1999-05-219-8/+2733
* Set CHAR_{MIN,MAX} according to -funsigned-char flag given or notAndrey A. Chernov1999-05-204-12/+36
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-201-0/+1
* usbdi.h:Nick Hibma1999-05-207-108/+80
* Add comment about split in driverNick Hibma1999-05-202-2/+12
* Add support for multiple PCI "hoses" used on various alpha platforms.Andrew Gallatin1999-05-2016-69/+253
* upgrade isdn4bsd from version 0.71 to the just released version 0.81Hellmuth Michaelis1999-05-2052-734/+2701
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-202-86/+6
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-202-10/+2