Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-11 | Remove debugging print from last commit. | Dale Rahn | |
2001-03-11 | Code for devices that read/write to an IEEE 802.3u MII bus using the | Aaron Campbell | |
bit-bang method; from NetBSD. | |||
2001-03-10 | Support the DOZE low power mode on the appropriate processors. | Dale Rahn | |
This should increase battery life on some systems. | |||
2001-03-10 | First support for 53c1010 chip. This enables support up to U2W for | Kenneth R Westerback | |
either or both channels on the 53c1010. U3W/U160 support coming. The particulars of 53c1010 support was derived from the FreeBSD/Linux sym-2 driver under development by Gerard ROUDIER (groudier@FreeBSD.org). This first support ensures that registers and bits now reserved are not used by the 53c1010. It uses the new DFBC register to obtain DMA FIFO relics. A single new feature (SF_CHIP_C10) was added, rather than a new feature for each change the 53c1010 incorporates. These changes were sufficient to get the imbedded 53c1010 on a Tyan S2510U3NG board to support installation of OpenBSD to a Quantum Atlas 10K2 drive, and several subsequent 'make build' and 'make release' cycles using disks on both channels, with and without softupdates. More 53c1010 specific code is yet to be extracted from sym-2, including the changes necessary to enable U160. | |||
2001-03-09 | fix comment, | Grigoriy Orlov | |
convert spaces -> tabs | |||
2001-03-09 | locking typo. | Artur Grabowski | |
2001-03-09 | On alpha, we want to memory map. ok mjacob@ | Nathan Binkert | |
2001-03-09 | Remove random trailing whitespace. | Artur Grabowski | |
From gluk. | |||
2001-03-09 | missing twe_unlock for failed get_ccb() for i/o scsi cmd, which was ↵ | Michael Shalayeff | |
impossible to trigger in twese case because of how maxcmds is calculated | |||
2001-03-09 | give some dadaical credits and disable debugging | Michael Shalayeff | |
2001-03-09 | Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM. | Aaron Campbell | |
2001-03-09 | regen | Artur Grabowski | |
2001-03-09 | Add mlockall and munlockall (dummy for the old vm system). | Artur Grabowski | |
2001-03-09 | Remove two unnecessary splx(). This was missed somewhere along the way, since | Aaron Campbell | |
this was done long ago in NetBSD during an update to ppp-2.3b4. | |||
2001-03-09 | More syncing to NetBSD. | Artur Grabowski | |
Implements mincore(2), mlockall(2) and munlockall(2). mlockall and munlockall are disabled for the moment. The rest is mostly cosmetic. | |||
2001-03-09 | enable in kernel configs at 42% | Michael Shalayeff | |
2001-03-09 | seems to work; rush because of cvs's battery at 73% now | Michael Shalayeff | |
2001-03-09 | proper irq printout (like other busses) | Michael Shalayeff | |
2001-03-09 | differentiate fifo overrun errors | Michael Shalayeff | |
2001-03-09 | kernel will compile with -Werror. Added intr.h | Steve Murphree | |
2001-03-09 | Protect protypes, certain macros, and inlines from userland. Checked userland | smart | |
with a 'make build'. From NetBSD. art@ ok | |||
2001-03-09 | PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they ↵ | Theo de Raadt | |
just got cranked a little while ago. discussion with millert | |||
2001-03-09 | Move nanosleep() proto to from sys/time.h to time.h where it belongs. | Todd C. Miller | |
Problem noted by Jean-Baptiste Marchand | |||
2001-03-08 | Include <machine/asm_macro.h>, reorder include files list. | Miod Vallat | |
2001-03-08 | Define ff1() as a one-liner assembly inline, rather than a function in | Miod Vallat | |
locore_asm_routines. | |||
2001-03-08 | Forgot to add this file yesterday, as part of the new include files, | Miod Vallat | |
for convenience of drivers. | |||
2001-03-08 | Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as a | smart | |
wrapper, so this removes a dependence on the old VM system. From NetBSD. art@ ok | |||
2001-03-08 | indentation | Artur Grabowski | |
2001-03-08 | Be more careful about who we treat as the syncer. | Artur Grabowski | |
2001-03-08 | make nd6_storelladdr()'s behavior consistent about mbuf freeing on errors. | Jun-ichiro itojun Hagino | |
do not touch static ND entry on ND cache entry updates. couple of costmetic sync. sync with kame | |||
2001-03-08 | more missing splx. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-08 | Make struct wscons_keydesc public. To make it possible for kbd(1) to | Mats O Jansson | |
list known encodings. -moj ok @aaron | |||
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
2001-03-08 | configure usb devices and raid | Eric Jackson | |
2001-03-08 | remove bogus rtfree. inspired by fix to PR 1706. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-08 | Some warning hunting. | Miod Vallat | |
2001-03-08 | Some warning hunting. | Miod Vallat | |
Define new include files for convenience, for use by drivers who can attach either to pcctwo or syscon, or need bug console routines. | |||
2001-03-08 | Some warning hunting. | Miod Vallat | |
2001-03-07 | and this will produce a cubios mickey | Michael Shalayeff | |
2001-03-07 | Correct argument order for branch_taken's callback function. | Miod Vallat | |
2001-03-07 | Fix open comment. | Miod Vallat | |
2001-03-07 | Simplification of the interrupt handler prototype and calling convention: | Miod Vallat | |
they can either ask for a fixed void* argument, or an execution frame, but not both anymore - no handler used this third flavour anyway. Add code for UKC. While there, some warning hunting. | |||
2001-03-07 | Correct the diagnostic code in flush_atc_entry. | Miod Vallat | |
This function may be called for a pmap which is not marked as tied to any cpu, which is acceptable behaviour. While there, some warning hunting. | |||
2001-03-07 | Include <machine/cpu.h> for non-locore code. | Miod Vallat | |
This makes sure code including <machine/param.h> will get prototypes for setsoftXXX macros - there is code in the tree which depends on this. | |||
2001-03-07 | Remove 68k-isms, fix interrupt handler prototypes, warning hunting. | Miod Vallat | |
2001-03-07 | Fix interrupt handler registration and prototypes. | Miod Vallat | |
While there, some warning hunting. | |||
2001-03-07 | Strict prototypes for interrupt handlers and a few machine-dependent | Miod Vallat | |
callbacks. While there, some warning hunting. | |||
2001-03-07 | Get rid of definitions of ASSEMBLER, LOCORE and such. We will get | Miod Vallat | |
the correct defines from the Makefile now. | |||
2001-03-07 | _KERNEL, not KERNEL, dammit ! | Miod Vallat | |
2001-03-07 | Inclusion from assembly code is detected with _LOCORE, no more fancy symbols. | Miod Vallat | |