| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a 'freeing free block' panic in UFS. The problem occurs when the | dillon | 2000-02-24 | 1 | -1/+24 |
* | Add length check to sbcreatecontrol(). | shin | 2000-02-24 | 2 | -0/+4 |
* | Add a workaround to allow us to detect the second pci bus on an HP | dfr | 2000-02-23 | 6 | -6/+60 |
* | Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter, | guido | 2000-02-23 | 2 | -13/+0 |
* | Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter, | guido | 2000-02-23 | 1 | -1/+0 |
* | Add the VFS_AIO config option and leave it off by default. Unless the | jasone | 2000-02-23 | 5 | -7/+166 |
* | o No need to print the vendor/device ID for things that matched succesfully. | billf | 2000-02-22 | 2 | -10/+26 |
* | Add UDMA66 support to the Intel ICH chip. | sos | 2000-02-22 | 1 | -1/+27 |
* | After much consulting with bde, concluded that this fix was the best fix | rwatson | 2000-02-22 | 1 | -2/+2 |
* | Add the ESS Maestro and the ATI Mobility-1 to the generic chip match and | billf | 2000-02-21 | 1 | -0/+6 |
* | Fix the changer code, dont wait for device ready on unload, it | sos | 2000-02-21 | 3 | -20/+38 |
* | Fix an __asm operand constraint which broke the -O3 and -O0 builds. | bsd | 2000-02-21 | 2 | -12/+12 |
* | /tmp/msg | imp | 2000-02-21 | 4 | -33/+35 |
* | Newbus-ify the USR Sportster TA Intern driver. | gj | 2000-02-21 | 3 | -57/+301 |
* | Fix possible SLIOCSUNIT panic | ache | 2000-02-20 | 1 | -0/+1 |
* | Don't forget to reset the hardware debug registers when a process that | bsd | 2000-02-20 | 14 | -3/+364 |
* | Followup to previous commit; change fd_mask from signed to unsigned as | peter | 2000-02-20 | 1 | -1/+1 |
* | Skeleton framework for network driver and initial probing of device. | dmlb | 2000-02-20 | 2 | -0/+897 |
* | Update the documentation to reflect Bill Paul's latest changes. | n_hibma | 2000-02-20 | 2 | -2/+2 |
* | Move the warning on wrong IRQ values to the right place, before any | n_hibma | 2000-02-20 | 4 | -32/+32 |
* | Fix select(2) for the Alpha. (!!) It was never returning true for | peter | 2000-02-20 | 2 | -9/+12 |
* | Hide the "devclass_alloc_unit: %s%d already exists, using next available..." | sos | 2000-02-20 | 1 | -1/+2 |
* | Fix buffer overrun in pcfclock_read(). The submitter is the original | sheldonh | 2000-02-20 | 1 | -0/+3 |
* | Fix 'camcontrol inquiry'. The inquiry data structure changes (increased to | ken | 2000-02-20 | 2 | -1/+13 |
* | Disable chflags() from within jail() so that root within jail can't make | rwatson | 2000-02-20 | 1 | -1/+1 |
* | Remove the vga-pci driver. It serves no purpose and it hides the hardware | dfr | 2000-02-19 | 5 | -56/+9 |
* | Update the ata driver to take more advantage of newbus, this | sos | 2000-02-18 | 17 | -612/+1106 |
* | Increase the time we spend waiting for the controller to become ready to | msmith | 2000-02-17 | 1 | -1/+1 |
* | Change the mountroot prompt to something that doesn't look at all like a | msmith | 2000-02-17 | 2 | -2/+2 |
* | Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. This | bde | 2000-02-17 | 4 | -62/+86 |
* | Merged from sys/isa/sio.c rev 1.288. | kato | 2000-02-17 | 2 | -26/+34 |
* | Synced with sys/i386/i386/userconfig.c rev 1.173. | kato | 2000-02-17 | 1 | -0/+2 |
* | Add the VIA 82C596B PCI ISA south bridge on my ASUS P3V133. | imp | 2000-02-17 | 1 | -0/+2 |
* | Close a file descriptor leak in the code which loads file objects. | msmith | 2000-02-17 | 1 | -0/+2 |
* | Fix null-pointer dereference crash when the system is intentionally | dillon | 2000-02-16 | 5 | -6/+53 |
* | Remove a diagnostic printf. | gibbs | 2000-02-16 | 1 | -3/+0 |
* | This patch to BTX fixes several small things: | jhb | 2000-02-16 | 2 | -12/+58 |
* | Make it clear that 'options XSERVER' is for pcvt and not for syscons. | yokota | 2000-02-16 | 6 | -6/+6 |
* | Track if_i{bytes,packets,errors}. | mdodd | 2000-02-16 | 1 | -0/+4 |
* | Include the file that defines PCIM_CMD_BUSMASTEREN. | mjacob | 2000-02-16 | 2 | -0/+2 |
* | Ensure that the busmaster enable bit is set; we can't assume that all | msmith | 2000-02-16 | 2 | -2/+16 |
* | Hide the boring ``not probed (disabled)'' messages behind `bootverbose'. | joerg | 2000-02-15 | 1 | -0/+2 |
* | o Wilko Bulte has tested our AlphaServer 1000A ("Noritake") support | gallatin | 2000-02-15 | 1 | -11/+0 |
* | Add userconfig entries for the new atapi devices. | jkh | 2000-02-15 | 1 | -0/+2 |
* | Fixed regressions in rev.1.274: | bde | 2000-02-15 | 2 | -22/+30 |
* | Don't try to account for the partial quantum unless the process is | phk | 2000-02-15 | 1 | -4/+0 |
* | Allow comments in interpreter specification lines as in | cracauer | 2000-02-15 | 1 | -1/+1 |
* | Add comments about 12160 options. | mjacob | 2000-02-15 | 3 | -12/+24 |
* | Fix ITDEBUG macro. | mjacob | 2000-02-15 | 1 | -1/+1 |
* | Correctly identify which bus of dual bus SCSI adapters some target mode | mjacob | 2000-02-15 | 1 | -2/+8 |