| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward declare some structs so that this header is more self-suifficent. | bde | 2000-01-14 | 12 | -0/+73 |
* | Apply patches in rev 1.2 and 1.9 that I forgot | guido | 2000-01-14 | 2 | -4/+6 |
* | Use MALLOC_DECLARE when it is #defined, not when a (wrong) test of | bde | 2000-01-14 | 2 | -2/+2 |
* | Oops! We need an entry for if_ie still. Change a few nits | mdodd | 2000-01-14 | 1 | -1/+2 |
* | Fix multicast filter programming. | wpaul | 2000-01-14 | 1 | -3/+5 |
* | Make this compile - missing ")"; | peter | 2000-01-14 | 1 | -1/+1 |
* | Remove pre-CAM aic driver. Support for apm, pccard and pc98 has yet to | luoqi | 2000-01-14 | 2 | -2698/+0 |
* | Synced with sys/i386/isa/isa_compat.h rev 1.24. | kato | 2000-01-14 | 1 | -15/+0 |
* | Synced with sys/i386/i386/userconfig.c rev 1.168. | kato | 2000-01-14 | 1 | -1/+2 |
* | Synced with sys/i386/conf/GENERIC rev 1.228. | kato | 2000-01-14 | 2 | -8/+10 |
* | Synced with options.i386 rev 1.132. | kato | 2000-01-14 | 1 | -0/+1 |
* | Protect the i386 machine-dependant type definitions of __int64_t | sheldonh | 2000-01-14 | 1 | -0/+2 |
* | Add back the 'at ppbus?' for the lpt etc drivers. Now it's used. | peter | 2000-01-14 | 5 | -33/+33 |
* | ppi needs to use a bus method to get this rather than peering inside the | nsouch | 2000-01-14 | 3 | -4/+6 |
* | Replace beforeinstall target with new variables used by .mk system. | rgrimes | 2000-01-14 | 1 | -4/+1 |
* | Pre 4.0 tidy up. | peter | 2000-01-14 | 34 | -10166/+36 |
* | Do a few minor cleanups. | wpaul | 2000-01-14 | 2 | -9/+5 |
* | Don't do device_set_desc() until after checking for PnP probes. Otherwise | peter | 2000-01-14 | 3 | -9/+12 |
* | Non-operational change, fix compiler warning. | dillon | 2000-01-14 | 2 | -2/+2 |
* | The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0. | gibbs | 2000-01-14 | 2 | -2/+4 |
* | adv_pci.c: | gibbs | 2000-01-14 | 6 | -434/+614 |
* | Add device driver support for USB ethernet adapters based on the CATC | wpaul | 2000-01-14 | 16 | -7/+1449 |
* | Add aio_waitcomplete(). Make aio work correctly for socket descriptors. | jasone | 2000-01-14 | 14 | -520/+701 |
* | Pull my head out of my ass and actually make the tx netisr stuff work right. | wpaul | 2000-01-14 | 4 | -46/+22 |
* | Clean up rxeof routines a little. | wpaul | 2000-01-14 | 2 | -9/+17 |
* | Port of ppbus standalone framework to the newbus system. | nsouch | 2000-01-14 | 32 | -2522/+3343 |
* | Fix instance of AUE_BUFSZ that should have been AUE_CUTOFF. | wpaul | 2000-01-13 | 1 | -1/+1 |
* | Remove debug printf I left in by mistake. | wpaul | 2000-01-13 | 1 | -2/+0 |
* | The alpha build cuases the 'nfsuid bloated' warning to occur. Well, | dillon | 2000-01-13 | 10 | -116/+0 |
* | Regenerate. | wpaul | 2000-01-13 | 2 | -2/+72 |
* | Bunch of updates: | wpaul | 2000-01-13 | 6 | -59/+128 |
* | Confirming Peter's fix (locking 101: release the lock before you go | mckusick | 2000-01-13 | 2 | -4/+0 |
* | Bring over ipfilter kernel sources, including merging the local modifications. | guido | 2000-01-13 | 30 | -448/+858 |
* | Free the global softupdates lock prior to tsleep() in getdirtybuf(). | peter | 2000-01-13 | 2 | -0/+4 |
* | add MAINTAINER file for clarity | mjacob | 2000-01-13 | 1 | -0/+2 |
* | fix wrong name which is hidden by wrong ifdef. | shin | 2000-01-13 | 1 | -1/+1 |
* | Change struct sockaddr_storage member name, because following change | shin | 2000-01-13 | 6 | -89/+89 |
* | Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree() | shin | 2000-01-13 | 2 | -2/+8 |
* | Add missing 'DEVICE_SYSCTLS' to opt_bus.h. This is the (experimental?) | peter | 2000-01-13 | 1 | -0/+1 |
* | Synced with sys/dev/syscons/syscons.c rev 1.331. | kato | 2000-01-13 | 1 | -27/+28 |
* | Synced with following changes: | kato | 2000-01-13 | 2 | -14/+0 |
* | Synced with sys/isa/sio.c rev 1.284. | kato | 2000-01-13 | 2 | -6/+6 |
* | Remove old copy of if_ed.c; it is no longer used. | mdodd | 2000-01-13 | 1 | -3541/+0 |
* | Set ifq_maxlen. (to default IFQ_MAXLEN) | mdodd | 2000-01-13 | 1 | -0/+1 |
* | Allow SMP systems with an MCA bus to work properly. | mdodd | 2000-01-13 | 8 | -28/+43 |
* | Implement BUS_{GET,SET,DELETE}_RESOURCE methods. | mdodd | 2000-01-13 | 1 | -2/+44 |
* | Correctly test CF. | mdodd | 2000-01-13 | 2 | -2/+2 |
* | Remove duplicate DEC 21050 PCI-PCI bridge (0x00011011) | peter | 2000-01-13 | 1 | -2/+4 |
* | Add a few devices IDs and clarify the SiS 85c496 entry. | mdodd | 2000-01-13 | 1 | -1/+9 |
* | Because cylinder group blocks are now written in background, | mckusick | 2000-01-13 | 2 | -6/+26 |