| Commit message (Expand) | Author | Age | Files | Lines |
* | Port of the PC-98 ppc to the newbus system. | kato | 2000-01-20 | 4 | -648/+1090 |
* | Add support for the Davicom DM9102A 10/100 ethernet controller chip. | wpaul | 2000-01-19 | 4 | -10/+46 |
* | Add parallel port clock driver. | jkh | 2000-01-19 | 1 | -0/+348 |
* | Import simple driver for a parallel port radio clock which receives | jkh | 2000-01-19 | 6 | -0/+13 |
* | Quantify the calls to ad_attach and atapi_attach so that diskless | sos | 2000-01-19 | 1 | -0/+4 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 12 | -145/+128 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 5 | -68/+68 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 1 | -12/+25 |
* | Reference machine/param.h rather than the nonexistent | msmith | 2000-01-19 | 1 | -2/+2 |
* | Fix a couple of bugs: | wpaul | 2000-01-19 | 2 | -5/+8 |
* | Rearrange the probecode, so that 80pin cables can be identified | sos | 2000-01-18 | 10 | -639/+473 |
* | kludge to fix the end-of-sample repeating bug. i don't know why it happens; | cg | 2000-01-18 | 1 | -5/+9 |
* | update ac97 layer to use device_printf when printing messages | cg | 2000-01-18 | 7 | -12/+15 |
* | Cast rman_get_virtual() to a vm_offset_t. | billf | 2000-01-18 | 4 | -4/+4 |
* | unbreak (rv -> r), afaik what Mike intended, boots fine on my machine | alfred | 2000-01-18 | 4 | -4/+4 |
* | Add another four device ID's for isa pnp modems. The USR's seem to use | peter | 2000-01-18 | 2 | -0/+14 |
* | Merge a bug fix from freebsd-current; check m != NULL before touching it, | shin | 2000-01-18 | 1 | -1/+1 |
* | Add ADS7182 as a known Joystick. | peter | 2000-01-18 | 2 | -0/+2 |
* | Add a warning for the snd drivers and a pointer to pcm/sbc/etc. | peter | 2000-01-18 | 1 | -1/+2 |
* | Enable POSIX P1003_1B extentions by default; there's no reason I can see | jkh | 2000-01-18 | 2 | -0/+6 |
* | IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIES | rwatson | 2000-01-18 | 1 | -0/+1 |
* | Bump __FreeBSD_version due to openssl import. | kris | 2000-01-18 | 1 | -1/+1 |
* | Don't mark unallocated resources as active; the goal is to reserve them, | msmith | 2000-01-18 | 1 | -1/+1 |
* | Don't try to map memory resources into the kernel until they're actually | msmith | 2000-01-18 | 4 | -80/+140 |
* | Need to reset the buffer pointer to avoid reconsidering the same buffer | mckusick | 2000-01-18 | 1 | -0/+1 |
* | add a R_PREV_IDX macro | mjacob | 2000-01-18 | 1 | -0/+1 |
* | During fastpath processing for removal of a short-lived inode, the | mckusick | 2000-01-18 | 2 | -96/+112 |
* | Need to reorganize the flushing of directory entry (pagedep) dependencies | mckusick | 2000-01-18 | 2 | -126/+124 |
* | Add the vendor/device ID for the Farallon PN9000SX gigabit ethernet | wpaul | 2000-01-18 | 4 | -0/+18 |
* | Change the mechanism by which we detect that the firmware is already | wpaul | 2000-01-17 | 1 | -24/+19 |
* | Fix vn_isdisk() usage to make AIO work on non-disk-files again, rather | green | 2000-01-17 | 1 | -2/+11 |
* | Remove un-needed #include's. | mks | 2000-01-17 | 39 | -103/+0 |
* | Work around aparent bug in the .Dv macro by eliminating some spaces. | archie | 2000-01-17 | 2 | -2/+2 |
* | The correct part number for the CATC ASIC is USB-EL1210A, not | wpaul | 2000-01-17 | 1 | -2/+2 |
* | Remove unnecessary includes. | nyan | 2000-01-17 | 1 | -2/+0 |
* | Use rman_get_bustag and rman_get_bushandle to initialize bus tag and | nyan | 2000-01-17 | 1 | -5/+5 |
* | Use rman_get_start instead of bus handle directly. | nyan | 2000-01-17 | 1 | -1/+2 |
* | Some SB128's (ES1371) have a different PCI vendor id. Vendor == 0x3274 | peter | 2000-01-17 | 1 | -2/+5 |
* | Better bounding on softdep_flushfiles; other minor tweeks to checks. | mckusick | 2000-01-17 | 2 | -14/+18 |
* | Must track multiple uncommitted renames until one ultimately gets | mckusick | 2000-01-17 | 2 | -44/+130 |
* | Do the minor changes needed because of change to ccb_getdev structure. | mjacob | 2000-01-17 | 6 | -14/+16 |
* | Increase size of the scsi_inquiry_data structure to it's nearly | mjacob | 2000-01-17 | 1 | -1/+44 |
* | Remove garbage collected tags from their usage in the ccb_getdev | mjacob | 2000-01-17 | 1 | -12/+39 |
* | Shift bits for CAM flags so that the top bit isn't set in an enum | mjacob | 2000-01-17 | 1 | -28/+13 |
* | Add a CAM_SENT_STATUS for use in target mode. JHK approved. | mjacob | 2000-01-17 | 1 | -1/+4 |
* | Add support for the Intel 810 chipset (ICH type of chips) | sos | 2000-01-17 | 6 | -124/+157 |
* | Do not propagate the ENCI_SVALID bit for overall enclosure status | mjacob | 2000-01-17 | 1 | -5/+4 |
* | Add in SAF-TE handling code and do some minor consistency cleanups. | mjacob | 2000-01-17 | 1 | -10/+1017 |
* | Remove device name strings from vendor/product lists since we don't use | wpaul | 2000-01-16 | 6 | -59/+57 |
* | Fix breakage from last commit- macro was broken. I appreciate the | mjacob | 2000-01-16 | 1 | -2/+2 |