summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Davicom DM9102A 10/100 ethernet controller chip.wpaul2000-01-194-10/+46
* Add parallel port clock driver.jkh2000-01-191-0/+348
* Import simple driver for a parallel port radio clock which receivesjkh2000-01-196-0/+13
* Quantify the calls to ad_attach and atapi_attach so that disklesssos2000-01-191-0/+4
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-1912-145/+128
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-195-68/+68
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-12/+25
* Reference machine/param.h rather than the nonexistentmsmith2000-01-191-2/+2
* Fix a couple of bugs:wpaul2000-01-192-5/+8
* Rearrange the probecode, so that 80pin cables can be identifiedsos2000-01-1810-639/+473
* kludge to fix the end-of-sample repeating bug. i don't know why it happens;cg2000-01-181-5/+9
* update ac97 layer to use device_printf when printing messagescg2000-01-187-12/+15
* Cast rman_get_virtual() to a vm_offset_t.billf2000-01-184-4/+4
* unbreak (rv -> r), afaik what Mike intended, boots fine on my machinealfred2000-01-184-4/+4
* Add another four device ID's for isa pnp modems. The USR's seem to usepeter2000-01-182-0/+14
* Merge a bug fix from freebsd-current; check m != NULL before touching it,shin2000-01-181-1/+1
* Add ADS7182 as a known Joystick.peter2000-01-182-0/+2
* Add a warning for the snd drivers and a pointer to pcm/sbc/etc.peter2000-01-181-1/+2
* Enable POSIX P1003_1B extentions by default; there's no reason I can seejkh2000-01-182-0/+6
* IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIESrwatson2000-01-181-0/+1
* Bump __FreeBSD_version due to openssl import.kris2000-01-181-1/+1
* Don't mark unallocated resources as active; the goal is to reserve them,msmith2000-01-181-1/+1
* Don't try to map memory resources into the kernel until they're actuallymsmith2000-01-184-80/+140
* Need to reset the buffer pointer to avoid reconsidering the same buffermckusick2000-01-181-0/+1
* add a R_PREV_IDX macromjacob2000-01-181-0/+1
* During fastpath processing for removal of a short-lived inode, themckusick2000-01-182-96/+112
* Need to reorganize the flushing of directory entry (pagedep) dependenciesmckusick2000-01-182-126/+124
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetwpaul2000-01-184-0/+18
* Change the mechanism by which we detect that the firmware is alreadywpaul2000-01-171-24/+19
* Fix vn_isdisk() usage to make AIO work on non-disk-files again, rathergreen2000-01-171-2/+11
* Remove un-needed #include's.mks2000-01-1739-103/+0
* Work around aparent bug in the .Dv macro by eliminating some spaces.archie2000-01-172-2/+2
* The correct part number for the CATC ASIC is USB-EL1210A, notwpaul2000-01-171-2/+2
* Remove unnecessary includes.nyan2000-01-171-2/+0
* Use rman_get_bustag and rman_get_bushandle to initialize bus tag andnyan2000-01-171-5/+5
* Use rman_get_start instead of bus handle directly.nyan2000-01-171-1/+2
* Some SB128's (ES1371) have a different PCI vendor id. Vendor == 0x3274peter2000-01-171-2/+5
* Better bounding on softdep_flushfiles; other minor tweeks to checks.mckusick2000-01-172-14/+18
* Must track multiple uncommitted renames until one ultimately getsmckusick2000-01-172-44/+130
* Do the minor changes needed because of change to ccb_getdev structure.mjacob2000-01-176-14/+16
* Increase size of the scsi_inquiry_data structure to it's nearlymjacob2000-01-171-1/+44
* Remove garbage collected tags from their usage in the ccb_getdevmjacob2000-01-171-12/+39
* Shift bits for CAM flags so that the top bit isn't set in an enummjacob2000-01-171-28/+13
* Add a CAM_SENT_STATUS for use in target mode. JHK approved.mjacob2000-01-171-1/+4
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-176-124/+157
* Do not propagate the ENCI_SVALID bit for overall enclosure statusmjacob2000-01-171-5/+4
* Add in SAF-TE handling code and do some minor consistency cleanups.mjacob2000-01-171-10/+1017
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-166-59/+57
* Fix breakage from last commit- macro was broken. I appreciate themjacob2000-01-161-2/+2
* Removed outdated comment on experimental nature of ata. Added comment to espwilko2000-01-162-12/+2
OpenPOWER on IntegriCloud