Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-23 | make CFGPRINTF only available for SCSIDEBUG/DEBUG kernels | mjacob | |
1999-11-23 | make a couple more items CFGPRINTF items | mjacob | |
1999-11-23 | Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers, | Chris Cappuccio | |
the secondary channel was ignored when the primary channel is disabled. | |||
1999-11-23 | pretty up kernel printf's | Jason Wright | |
1999-11-23 | Use the _vtbl code to allow the registers to be seperated by 0x10, | Dale S. Rahn | |
this is how the registers are arranged for obio. | |||
1999-11-22 | matthieu fixed it | Theo de Raadt | |
1999-11-22 | Fix crock where channel was used before being set. All my kernels | mjacob | |
worked, guess it was a random thing. Pity that the compiler didn't, like it would have for FreeBSD, warn about 'used before being set'. | |||
1999-11-22 | add empty mmioctl() implementation for new /dev/mem interface for all | Matthieu Herrb | |
architectures. | |||
1999-11-22 | damn it | Theo de Raadt | |
1999-11-22 | do not add stuff that breaks everything except your own machine, matthieu! | Theo de Raadt | |
1999-11-22 | Roll in new firmware (also with a shiny new BSD style licence) | mjacob | |
1999-11-22 | In order to support Fibre Channel fabric fatten scsi target id's to 16 bits. | mjacob | |
Also, to support at least first level SCSI-3 hierarchical luns, fatten luns to 16 bits too. | |||
1999-11-22 | Far too many things to note- a complete new revision coming in. | mjacob | |
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
1999-11-22 | add mii attribute to wb | Jason Wright | |
1999-11-22 | add support for asynchronous I/O (through SIGIO) | Matthieu Herrb | |
1999-11-22 | add support for asynchronous I/O (through SIGIO) | Matthieu Herrb | |
1999-11-22 | better pmap_enter() towards correctness. | Michael Shalayeff | |
fix querying routines towards realty. also, some comments on routines. | |||
1999-11-22 | fix ip_output() missing arg; itojun@itojun.org | Theo de Raadt | |
1999-11-21 | if select returns writable on a pipe, the write should not return | Theo de Raadt | |
EWOULDBLOCK. turns out the two checking conditions were not the same, and a certain use of rsync uncovered the bug by chewing all available cpu time; fix from art | |||
1999-11-20 | ioctl arguments are u_long. | Marc Espie | |
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined. | |||
1999-11-20 | add copyright notice | Matthieu Herrb | |
1999-11-20 | add copyright notice | Matthieu Herrb | |
1999-11-20 | add MTRR support from FreeBSD | Matthieu Herrb | |
1999-11-20 | add MTRR support from FreeBSD | Matthieu Herrb | |
1999-11-19 | pmap_map no more | Michael Shalayeff | |
1999-11-19 | use bus_dma* | Jason Wright | |
merge with freebsd: use dev/mii layer do a more full reset in wb_reset() | |||
1999-11-18 | more untested MLINKS | Theo de Raadt | |
1999-11-18 | fix .Dt | Eric Jackson | |
1999-11-17 | There is no msdosfs_abortop. Remove prototype. | Artur Grabowski | |
1999-11-17 | Avoid overflowing when calculating blocks at the third level of indirection. | Artur Grabowski | |
From NetBSD. | |||
1999-11-17 | daddr_t vs. ufs_daddr_t cleanup | Artur Grabowski | |
1999-11-17 | Use u_int32_t for lfs inode number. | Artur Grabowski | |
If we would ever change ino_t, the struct dinode would break. | |||
1999-11-17 | merge with freebsd: | Jason Wright | |
o make sure busmaster/io/mem bits are set appropriately o make sure the card powers up correctly | |||
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-11-17 | allow to compile without -DFFS. okay deraadt@ | David Leonard | |
1999-11-17 | mii fixups and merge with freebsd: | Jason Wright | |
o fix tx recovery with call to rl_reset/rl_init o automatic tuning of tx threshold o make sure first mbuf contains the entire ether_header o remove matching of SiS 900 chipset | |||
1999-11-17 | New interface to ATA registers that goes through the lower-level device | Constantine Sapuntzakis | |
driver (pciide, wdc, etc.) Remove #define WDCDEBUG from top of files More fixes to ATAPISCSI logic: Not all devices transition correctly between phases. Devices are supposed to keep BSY high until they've set the registers to the next sensible state. Some devices drop BSY and leave the registers in an old or nonsense state. Our polling code is extremely sensitive to this (though an early itnerrupt could also observe this). So, if the device is in an unexpected state, the new polling code waits for a while in the hope that it enters a better state. This seems to fix many of the problems reported. Also, there was a horrible bug which would cause sense to fail on a ATAPI command that sent data to the drive | |||
1999-11-16 | - Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder... | Aaron Campbell | |
- Support ANSI save/restore cursor position escape sequences. - Move the line-wrap check out of the STATE_INIT case so it is executed regardless of the state. This fixes a subtle bug. | |||
1999-11-16 | typo in doc ref | Michael Shalayeff | |
1999-11-16 | flush the cache once we patched memory in ddb | Michael Shalayeff | |
1999-11-16 | tabs vs spaces | Michael Shalayeff | |
1999-11-16 | make a copy of attach args for each attachment | Michael Shalayeff | |
1999-11-16 | define TLB_BITS for %b | Michael Shalayeff | |
1999-11-16 | fix argument access macro (+1 fuzz), align frame per hp requirements | Michael Shalayeff | |
1999-11-16 | openbsd/hppa is ELFDATA2MSB | Michael Shalayeff | |
1999-11-16 | hpt_hashsize no more, using cr24 instead | Michael Shalayeff | |
1999-11-16 | stack does grows up; ddb breakpoints done (local); add note for btlb work | Michael Shalayeff | |
1999-11-16 | Don't allocate vmmap in pmap_bootstrap, allocate it in mmrw when needed. | Artur Grabowski | |
At the same time, give it a 'better' name. |