Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-04 | remove an unneccessary (and incorrectly sized) bzero | Anil Madhavapeddy | |
fix suggested by tedu@, ok deraadt@, fgsch@ | |||
2003-09-04 | bzero the full malloced space, not the sizeof the pointer | Anil Madhavapeddy | |
ok tedu fgsch deraadt | |||
2003-09-03 | match a bunch more bge devices. May not work completely, but they're no | Jason Wright | |
more broken than before; ok deraadt. | |||
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 | |
com; ok deraadt. | |||
2003-09-03 | bcm 5823 | Jason Wright | |
2003-09-02 | Increase autonegotiation wait to 5000ms. | Kenneth R Westerback | |
This gives autonegotiation a fair chance to complete. Copper switches can take several seconds to do autonegotiation. Fixes sk need to be poked after reboot and allows sk to use dhcp configuration. Problem and workaround reported by Laurence Tratt. Also minor cleanup: 1) Remove duplicate function prototypes/ 2) Remove unneeded '#include <malloc.c>'. From FreeBSD. 3) Remove some static's. ok deraadt@ nate@ henning@ henric@. Also tested by Laurence Tratt and Damien Couderc. | |||
2003-09-02 | - drop number of openings by 4 to avoid "not queued" errors. | Federico G. Schwindt | |
- check return from aac_start() and return correctly in case we need to reschedule the watchdog. convervative fix from niklas@, prompted by several ppl. krw and deraadt ok. | |||
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 | |
ok nate@ | |||
2003-09-01 | sync | Alexander Yurchenko | |
2003-09-01 | New vendor Micro Star International and its USB Bluetooth adapter | Alexander Yurchenko | |
ok nate@ | |||
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 | |
Fix use of uninitialized variable by porting NetBSD patch to correctly initialize it. Said variable is used as the value of the define DOWNLOAD_CONST_COUNT in the generated file aic7xxxreg.h. This define is currently not used anywhere. Spotted and ok mickey@. | |||
2003-08-28 | Fix use of uninitialized variable by porting NetBSD patch to correctly | Kenneth R Westerback | |
initialize it. Said variable is used as the value of the define DOWNLOAD_CONST_COUNT in the generated file aic7xxxreg.h. This define is currently not used anywhere. Spotted and ok mickey@. | |||
2003-08-27 | this bit is defined as prefetchable and not cachable and thus rename and use ↵ | Michael Shalayeff | |
appropriately | |||
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 | |
krw@ and tdeval@ ok. | |||
2003-08-22 | need to flip the operands wordwise for big endian machines. modexp works | Jason Wright | |
on ppc now. | |||
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 | |
(Now modexp runs for non-1k/2k operations) | |||
2003-08-20 | - The safenet chip really likes it's big nums to be written to different | Jason Wright | |
parts of memory... picky picky ;) - zero the bignum memory after copying out the result (one less copy of sensitive material floating around...)... Why don't vendors provide a bit you can toggle that does this? - Oh, and modexp now works. | |||
2003-08-20 | most of the infrastructure to support public key operation. This is just | Jason Wright | |
a snapshot of work in progress (doesn't work correctly yet). | |||
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 | |
jason@ ok | |||
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 | |
correctly, so complaining gives a better description of what's going on. | |||
2003-08-18 | #ifdef warning about chained buffers | Jason Wright | |
2003-08-17 | implement WSDISPLAYIO_{S,G}MODE | Michael Shalayeff | |
2003-08-17 | print out the graphics id | Michael Shalayeff | |
2003-08-17 | cleanup | Michael Shalayeff | |
2003-08-16 | AN983 needs 64BIT_HASH too, fixes multicast | Henning Brauer | |
From: jared r r spiegel <jrrs@gateway.nodeless.net> | |||
2003-08-15 | cleanup. | Federico G. Schwindt | |
2003-08-15 | - remove ahc dependency, convert smc93cx6 into an attribute. | Federico G. Schwindt | |
- support for 8 and 32 bit registers. from NetBSD. deraadt@ and krw@ testing and ok. | |||
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ |