Age | Commit message (Expand) | Author |
2003-09-19 | Disable USB_USE_SOFTINTR until we have generic support for soft interrupts. | Anil Madhavapeddy |
2003-09-19 | Put in a couple of sanity checks to ensure that the AN_DEFAULT_* | Anil Madhavapeddy |
2003-09-18 | typo in error; | Jason McIntyre |
2003-09-09 | CMI can do mu-law encoding, don't use software emulation mode. | Kevin Lo |
2003-09-06 | A couple of hppa-only changes, allowing siop to work on pci hppa | Kenneth R Westerback |
2003-09-06 | Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed. | Dale Rahn |
2003-09-04 | remove an unneccessary (and incorrectly sized) bzero | Anil Madhavapeddy |
2003-09-04 | bzero the full malloced space, not the sizeof the pointer | Anil Madhavapeddy |
2003-09-03 | match a bunch more bge devices. May not work completely, but they're no | Jason Wright |
2003-09-03 | bunch more bcm57xx devices and correct altima devices (from netbsd); ok deraadt | Jason Wright |
2003-09-03 | support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ... | Jason Wright |
2003-09-03 | bcm 5823 | Jason Wright |
2003-09-02 | Increase autonegotiation wait to 5000ms. | Kenneth R Westerback |
2003-09-02 | - drop number of openings by 4 to avoid "not queued" errors. | Federico G. Schwindt |
2003-09-02 | missing #endif, pr3431 | Ted Unangst |
2003-09-02 | sync | Alexander Yurchenko |
2003-09-02 | Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx> | Alexander Yurchenko |
2003-09-01 | sync | Alexander Yurchenko |
2003-09-01 | New vendor Micro Star International and its USB Bluetooth adapter | Alexander Yurchenko |
2003-08-31 | remove bogus cache test. Suggested by drahn@, ok mickey@, miod@. | Matthieu Herrb |
2003-08-28 | fix bzero size; from pechkin | Michael Shalayeff |
2003-08-28 | Sync ('make microcode') with change to aicasm_symbol.c: | Kenneth R Westerback |
2003-08-28 | Fix use of uninitialized variable by porting NetBSD patch to correctly | Kenneth R Westerback |
2003-08-27 | this bit is defined as prefetchable and not cachable and thus rename and use ... | Michael Shalayeff |
2003-08-24 | defines and struct for the ieee80211 framework; deraadt@ ok. | Federico G. Schwindt |
2003-08-23 | switch to ether_input_mbuf; krw@ testing and ok. | Federico G. Schwindt |
2003-08-23 | correct function names; from NetBSD. | Federico G. Schwindt |
2003-08-22 | need to flip the operands wordwise for big endian machines. modexp works | Jason Wright |
2003-08-21 | fix the offsets in decoding byte rom dd (verified per manual); miod@ ok | Michael Shalayeff |
2003-08-21 | sys/types.h is not really needed w/ sys/param.h | Michael Shalayeff |
2003-08-21 | remove extra header file <sys/systm.h>. ok mickey@ | Kevin Lo |
2003-08-20 | How about we NOT stomp all over memory past the end of the result buffer. | Jason Wright |
2003-08-20 | - The safenet chip really likes it's big nums to be written to different | Jason Wright |
2003-08-20 | most of the infrastructure to support public key operation. This is just | Jason Wright |
2003-08-20 | regen | Michael Shalayeff |
2003-08-20 | some more mysons; from form@; deraadt@ ok | Michael Shalayeff |
2003-08-19 | missing break. | Mike Pechkin |
2003-08-19 | cleanup; from form@ | Michael Shalayeff |
2003-08-19 | cleanup; from form@ | Michael Shalayeff |
2003-08-19 | prefer memory mappings (to io) | Michael Shalayeff |
2003-08-19 | use pci_mapreg_map() to map the regs and some cleanups; form@ ok | Michael Shalayeff |
2003-08-19 | pad some records some more; from Jon Olsson <jon@abc.se> | Michael Shalayeff |
2003-08-19 | rcsids | Michael Shalayeff |
2003-08-19 | myson mtd803 ether and enable mtdphy no; form netbsd via form@ | Michael Shalayeff |
2003-08-19 | give better depth and cmsize | Michael Shalayeff |
2003-08-19 | implement WSDISPLAYIO_{GET,PUT}CMAP; untested | Michael Shalayeff |
2003-08-19 | inquire ext config and dump it in debugging and also fix other debugging prints | Michael Shalayeff |
2003-08-18 | back out previous. miod pointed out that we don't recover from this | Jason Wright |
2003-08-18 | #ifdef warning about chained buffers | Jason Wright |
2003-08-17 | implement WSDISPLAYIO_{S,G}MODE | Michael Shalayeff |