Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-25 | update fom form@ including support for 891 chips and more | Michael Shalayeff | |
2003-09-25 | more codec | Michael Shalayeff | |
2003-09-25 | better structs alignment; jason@ testing on sparc64 and ok | Michael Shalayeff | |
2003-09-25 | no need for a redundant check; from form@ and jason ok | Michael Shalayeff | |
2003-09-25 | sync with netbsd; fixes some problems with the upcoming atw driver. | Federico G. Schwindt | |
krw@ ok. | |||
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
2003-09-23 | revert safety checks; requested by mickey@ | Anil Madhavapeddy | |
2003-09-21 | sync with netbsd defines. no functional changes. | Federico G. Schwindt | |
ok markus deraadt | |||
2003-09-19 | Put in a couple of sanity checks to ensure that the AN_DEFAULT_* | Anil Madhavapeddy | |
variables arent defined too large. itojun@ ok | |||
2003-09-18 | typo in error; | Jason McIntyre | |
from Brian Poole | |||
2003-09-06 | A couple of hppa-only changes, allowing siop to work on pci hppa | Kenneth R Westerback | |
machines. Align siop_xfer on 128 byte boundary, and don't use on-board RAM. Aligning siop_xfer will be made general, post-3.4. From mickey@. ok deraadt@ mickey@. | |||
2003-09-06 | Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed. | Dale Rahn | |
ok miod@ millert@ deraadt@ | |||
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-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-24 | defines and struct for the ieee80211 framework; deraadt@ ok. | Federico G. Schwindt | |
2003-08-21 | fix the offsets in decoding byte rom dd (verified per manual); miod@ 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-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@ | |||
2003-08-12 | fix after mickey breakage; reported by grange@. | Federico G. Schwindt | |
2003-08-12 | constify sequencer script; krw@ ok | Michael Shalayeff | |
2003-08-12 | move verify_cksum() to ahc; krw@ ok. | Federico G. Schwindt | |
2003-08-11 | constify voicetab | Michael Shalayeff | |
2003-08-11 | free code memory should change permissions fail | Michael Shalayeff | |
2003-08-11 | make sure Debugger() is called only inside _both_ DDB and OSIOP_DEBUG | Michael Shalayeff | |
2003-08-09 | need to include bpfilter.h for bpf to work (noticed by weissmanndude). put ↵ | Michael Shalayeff | |
some non-fatal printfs into ifdef debug | |||
2003-08-08 | remove unused code and a some cleanup; deraadt@ and krw@ ok. | Federico G. Schwindt | |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-05 | print dv_xname instead of the uninitialized variable card; ok ↵ | Markus Friedl | |
miod/henning/deraadt | |||
2003-08-05 | Add support for Winbond 83627THF, ok grange@ henning@ | Damien Couderc | |
2003-08-03 | use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; ↵ | Michael Shalayeff | |
krw@ ok | |||
2003-07-25 | cast and %lu for size_t variable printf | Jason Wright | |
2003-07-23 | Old Promise ATA controllers need some additional operations | Alexander Yurchenko | |
during DMA transfers to work correctly with LBA48 drives. Based on diff from Takeshi Nakayama <tn@catvmics.ne.jp> for NetBSD with some corrections from FreeBSD ATA driver. | |||
2003-07-23 | VT1612A; matthew.gream@pobox.com | Theo de Raadt | |
2003-07-15 | Add support for AD1985, deraadt@ ok | Damien Couderc | |
2003-07-15 | correct some debugging printfs | Jason Wright | |
2003-07-15 | move prototype for com_raisedtr() to comvar.h (just like pccom). | Jason Wright | |