| Commit message (Expand) | Author | Age | Files | Lines |
* | Dynamically allocate softc structures | brian | 2000-06-09 | 2 | -7/+33 |
* | Increase delay from 10mu to 1000mu when reading play control size. This | dan | 2000-06-09 | 1 | -1/+1 |
* | Add agp. | dfr | 2000-06-09 | 1 | -1/+1 |
* | Add module for agp driver. | dfr | 2000-06-09 | 1 | -0/+10 |
* | Add files for agp driver. | dfr | 2000-06-09 | 1 | -0/+7 |
* | A driver for programming the AGP hardware. This is only very lightly | dfr | 2000-06-09 | 21 | -0/+5280 |
* | Nuke the useless chip driver. It gets in the way when you want to load | dfr | 2000-06-09 | 5 | -50/+6 |
* | Claim major 148 for agp. | dfr | 2000-06-09 | 1 | -0/+1 |
* | Since many people use LINT as "supported hardware" list, add | alex | 2000-06-09 | 3 | -3/+3 |
* | - Use `bus space' primitives for IO and MMIO instead | groudier | 2000-06-08 | 1 | -88/+195 |
* | Add the ID of the InSystem USB Cable (not really supported yet). | n_hibma | 2000-06-08 | 1 | -2/+9 |
* | Regen. | n_hibma | 2000-06-08 | 2 | -2/+9 |
* | InSystem USB Cable (IDE adapter) | n_hibma | 2000-06-08 | 1 | -0/+1 |
* | Always include the full symbol table (as specified by its start and | bde | 2000-06-08 | 3 | -15/+3 |
* | Add tcpoptions to ipfw. This works much in the same way as ipoptions do. | dan | 2000-06-08 | 2 | -0/+80 |
* | Implement WF2Q+ in dummynet. | luigi | 2000-06-08 | 4 | -346/+1306 |
* | Enable USB in GENERIC on the Alpha. | jhb | 2000-06-08 | 2 | -24/+24 |
* | Put some version checking. | dcs | 2000-06-07 | 1 | -0/+8 |
* | Bump loader version due to FICL (duh!) and copyin, copyout, setenv&cia. | dcs | 2000-06-07 | 1 | -0/+2 |
* | Bump loader version due to copyin, copyout, setenv&cia. | dcs | 2000-06-07 | 1 | -0/+1 |
* | Modify boot-conf so it can take a kernel or directory name as | dcs | 2000-06-07 | 1 | -4/+122 |
* | Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL. | dcs | 2000-06-07 | 4 | -1/+229 |
* | Remove AGAIN definition, as FICL 2.04 provides it. | dcs | 2000-06-07 | 1 | -3/+11 |
* | Remove a bug that caused local variables declarations in the format | dcs | 2000-06-07 | 1 | -1/+1 |
* | Place original builtins in a vocabulary called "builtins". This | dcs | 2000-06-07 | 1 | -0/+6 |
* | Dammit. | rwatson | 2000-06-07 | 1 | -0/+3 |
* | Do an explicit getenv on boot_verbose. Now that we have a real FICL boot | mjacob | 2000-06-07 | 1 | -2/+14 |
* | When I tweaked if_dc.c to alter the polling interval for non-MII | wpaul | 2000-06-07 | 2 | -14/+24 |
* | Fix gdt pointer for the current cpu on SMP. | iwasaki | 2000-06-07 | 2 | -2/+2 |
* | handle duplex properly in the AIOGCAP ioctl - this may (partially?) fix rat | cg | 2000-06-07 | 1 | -0/+2 |
* | Introduce additional POSIX.1e-related stubs | rwatson | 2000-06-07 | 3 | -0/+70 |
* | o Include file for POSIX.1e capabilities support | rwatson | 2000-06-07 | 1 | -0/+197 |
* | start_object: Set the revive length correctly. | grog | 2000-06-07 | 1 | -3/+3 |
* | Remove residual printf. | dcs | 2000-06-07 | 1 | -1/+0 |
* | revive_block: | grog | 2000-06-07 | 1 | -35/+36 |
* | enable ds1 driver | cg | 2000-06-06 | 1 | -1/+1 |
* | this driver does not support the cs4281 and probably never will, different code | cg | 2000-06-06 | 1 | -4/+1 |
* | support recording | cg | 2000-06-06 | 1 | -55/+234 |
* | improve recording | cg | 2000-06-06 | 1 | -17/+27 |
* | don't panic if we try to add a channel we said we wouldn't | cg | 2000-06-06 | 1 | -2/+9 |
* | Properly spell "OSF/1". | obrien | 2000-06-06 | 1 | -1/+1 |
* | INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts) | dillon | 2000-06-06 | 3 | -39/+0 |
* | Mention that i4bisppp requires sppp; too many people use LINT as a | joerg | 2000-06-06 | 3 | -3/+6 |
* | Merged from sys/i386/i386/machdep.c revision 1.394. | kato | 2000-06-06 | 2 | -162/+158 |
* | Merged from sys/i386/isa/{clock.c,npx.c} revisions 1.151 and 1.82, | kato | 2000-06-06 | 4 | -4/+4 |
* | Merged from sys/conf/Makefile.i386 revision 1.187. | kato | 2000-06-06 | 1 | -34/+56 |
* | Merged from sys/i386/isa/npx.c revision 1.81. | kato | 2000-06-06 | 1 | -0/+44 |
* | - Call mii_pollstat() after we bring up the link on a 1000baseTX card | wpaul | 2000-06-06 | 2 | -2/+8 |
* | Instead of completely disallowing VOP_SETATTR, just do it where there is | chris | 2000-06-06 | 2 | -4/+12 |
* | Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colors | ache | 2000-06-06 | 1 | -7/+7 |