| Commit message (Expand) | Author | Age | Files | Lines |
| * | More HARP polishina: | Poul-Henning Kamp | 2000-10-12 | 27 | -146/+62 |
| * | Remove 'device tx'. In wilko's testing it traps on bringing the interface | Bill Fumerola | 2000-10-12 | 2 | -2/+0 |
| * | Another PnP pcic card: SMC Swapbox Plug and Play | Warner Losh | 2000-10-12 | 3 | -2/+5 |
| * | Make if_sk stop using the "hide the softc structure in the jumbo buffer" | Bosko Milekic | 2000-10-12 | 4 | -54/+26 |
| * | Bring the 'twe' driver back now that we think it should work. | Mike Smith | 2000-10-12 | 2 | -0/+2 |
| * | Reduce the number of outstanding commands we will send to the controller | Mike Smith | 2000-10-12 | 1 | -1/+1 |
| * | sync to last commit | Warner Losh | 2000-10-12 | 1 | -1/+6 |
| * | Add mii entry for tdk phy found on some cardbus cards. | Warner Losh | 2000-10-12 | 1 | -0/+4 |
| * | Do some cleanups of the HARP atm codes interface into the system: | Poul-Henning Kamp | 2000-10-12 | 14 | -1356/+1 |
| * | Store a pointer to our softc in the kernel's SCB structure. In the | Justin T. Gibbs | 2000-10-11 | 4 | -54/+40 |
| * | When testing for PCI bus overlap with another enumerator, make sure we | Mike Smith | 2000-10-11 | 2 | -2/+2 |
| * | Calling untimeout(9) leads to a race window where memory could be leaked. | Archie Cobbs | 2000-10-11 | 1 | -21/+5 |
| * | Fix memory leak. | Archie Cobbs | 2000-10-11 | 1 | -2/+2 |
| * | Add missing comma at the end of line. | Jun Kuriyama | 2000-10-11 | 1 | -1/+1 |
| * | kmem transfers were being double-counted due to a missing continue. | Andrew Gallatin | 2000-10-11 | 1 | -0/+1 |
| * | Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We're | Bill Paul | 2000-10-10 | 1 | -0/+1 |
| * | regenetate | Bill Paul | 2000-10-10 | 2 | -6/+38 |
| * | Add vendor ID for Kingston Technology and add device ID for | Bill Paul | 2000-10-10 | 1 | -1/+5 |
| * | fix conflicting types for ng_ing_rcvmsg() and ng_ing_rcvdata(). | Hellmuth Michaelis | 2000-10-10 | 1 | -3/+4 |
| * | * Add rudimentary DDB support (no kgdb, no backtrace, no single step). | Doug Rabson | 2000-10-10 | 22 | -428/+5595 |
| * | correct "device iwic0" to "device iwic" | Hellmuth Michaelis | 2000-10-10 | 2 | -2/+2 |
| * | A quote from the ia64 compiler: | Doug Rabson | 2000-10-10 | 1 | -1/+1 |
| * | Set i4b version number to 0.96.00. | Hellmuth Michaelis | 2000-10-10 | 2 | -6/+6 |
| * | Add a quirk entry for the USB Sony DSC drive. | Nick Hibma | 2000-10-10 | 1 | -1/+6 |
| * | Remove unneccessary includes. (phk) | Nick Hibma | 2000-10-10 | 1 | -3/+1 |
| * | Mark directories as directories, not as regular files. | Dag-Erling Smørgrav | 2000-10-10 | 2 | -2/+2 |
| * | Remove unneeded includes (phk) | Nick Hibma | 2000-10-10 | 1 | -2/+1 |
| * | Add MAE0021 - Jetstream Int V.90 56k Voice Series 2. | Seigo Tanimura | 2000-10-10 | 2 | -0/+2 |
| * | awi needs to access memory with 8bit, | Atsushi Onoe | 2000-10-10 | 1 | -0/+9 |
| * | Merged from sys/conf/{files.i386,options.i386} revisions 1.334 and | KATO Takenori | 2000-10-10 | 2 | -30/+70 |
| * | Added some handling code to work with SLI configs, and removed some unused | Coleman Kane | 2000-10-10 | 1 | -17/+28 |
| * | o Change TX_BUFFER_LEN from 512 to 2048. | Larry Lile | 2000-10-10 | 1 | -6/+11 |
| * | o Move from Alfred Perstein's "exclusion" technique of handling special | Chris Costello | 2000-10-09 | 6 | -152/+112 |
| * | o Sanity check was inverted, resulting in a possible spurious panic | Robert Watson | 2000-10-09 | 1 | -1/+1 |
| * | Close a race condition that doesn't really exist in -current. When | Justin T. Gibbs | 2000-10-09 | 2 | -2/+2 |
| * | Fix broken const'ness in declaration of sha1_loop(). | Archie Cobbs | 2000-10-09 | 3 | -10/+8 |
| * | kernacc() only knows about mapped memory, not K0SEG addresses. | Andrew Gallatin | 2000-10-09 | 1 | -2/+7 |
| * | Fix typo in NETGRAPH_INIT() macro. | Archie Cobbs | 2000-10-09 | 1 | -1/+1 |
| * | Blow away the v_specmountpoint define, replacing it with what it was | Eivind Eklund | 2000-10-09 | 18 | -56/+46 |
| * | update to i4b version 0.95.04 | Hellmuth Michaelis | 2000-10-09 | 2 | -96/+136 |
| * | Reduce buffer size from 64K to 4K. | Maxim Sobolev | 2000-10-09 | 1 | -1/+1 |
| * | update to i4b version 0.95.04 (oops, forgot this one ..) | Hellmuth Michaelis | 2000-10-09 | 1 | -0/+115 |
| * | remove MAINTAINER: i'll develop and maintain i4b from now on in the | Hellmuth Michaelis | 2000-10-09 | 1 | -1/+0 |
| * | fix a typo & allow softclock to run on alphas. | Andrew Gallatin | 2000-10-09 | 1 | -1/+1 |
| * | Don't make_dev() in bpfopen() unless we need to. | Poul-Henning Kamp | 2000-10-09 | 1 | -2/+3 |
| * | Don't hold an extra reference to vnodes. Devfs vnodes are sufficiently | Poul-Henning Kamp | 2000-10-09 | 3 | -24/+28 |
| * | update to i4b version 0.95.04 | Hellmuth Michaelis | 2000-10-09 | 3 | -66/+116 |
| * | remove the tina-dd driver fragment, it is unlikely that it will get finished. | Hellmuth Michaelis | 2000-10-09 | 3 | -497/+0 |
| * | update to i4b version 0.95.04 | Hellmuth Michaelis | 2000-10-09 | 67 | -5558/+11418 |
| * | update to i4b version 0.95.04 | Hellmuth Michaelis | 2000-10-09 | 53 | -1316/+8102 |