drochner
e5abb78d1a
regen
2002-04-16 10:08:58 +00:00
drochner
276fd6a576
add some C&T VGA chip
2002-04-16 10:08:34 +00:00
kleink
b1a7e54209
pmsi(4) is gone.
2002-04-16 07:42:19 +00:00
onoe
fa97a362d4
Support WI_RID_SCAN_APS (wiconfig -D) for Symbol CF Card.
...
It apparently requires newer firmware (3.10.4), and doesn't work on
Intel PRO/Wireless 2011 (2.0.11).
2002-04-16 07:24:06 +00:00
martin
22143f5a44
Add strtoul.c, otherwise kernels using "wi* at pcmcia?" do not work
...
anymore.
Why only four archs provide this is beyound me.
2002-04-16 06:36:02 +00:00
enami
6cfcfb947c
genfs_{compat_}getpages(): For PGO_LOCKED request, it is safe to return
...
read only page if it was due to read fault. This avoid many unnecessary
read fault introduced by recent nfs_bio.c change. Reviewed by chuq.
2002-04-16 06:05:05 +00:00
enami
08625200a0
KNF and other misc. cosmetic changes.
2002-04-16 06:00:46 +00:00
thorpej
bbdbd9ab37
Add i80321 DMA controller registers.
2002-04-16 04:50:14 +00:00
uwe
42c0a37e03
Add Krups (sparc) devices.
2002-04-16 03:08:12 +00:00
manu
28a3cfe032
Do not restore SR on sigreturn: this could enable the user process to gain
...
unpropre privileges.
2002-04-15 20:48:12 +00:00
thorpej
d533e315ee
Fix a typo and an omission in last.
2002-04-15 17:27:39 +00:00
bjh21
1f1695ddff
Build the keymap-generating programs as hostprogs, since they're only run
...
on the host system and never installed.
Install the generated keymaps using <bsd.files.mk> rather than by hand, so
that all the UNPRIVED magic can work.
2002-04-15 17:27:33 +00:00
bjh21
5178253d62
Only include opt_*.h #ifdef _KERNEL_OPT.
2002-04-15 17:05:13 +00:00
mycroft
aa878fabc4
For 78Q2120 revisions 3 and earlier, punt to ukphy, as our special media status
...
routine does not work on those chips.
2002-04-15 16:50:52 +00:00
thorpej
bc6522fb34
Add bits for the XScale Auxillary Control Register.
2002-04-15 16:34:32 +00:00
onoe
a40f47b098
Add support to Symbol Wireless Networker CF card.
...
The card is Type 1 CF card and it doesn't have firmware in.
So we need to download the firmware image into the card before
touching it.
XXX downloading code should be written in generic (bus independent),
but I don't have enough information for now.
2002-04-15 15:05:58 +00:00
mycroft
69bae7ce64
Add wm.
2002-04-15 15:00:18 +00:00
onoe
410544177a
Generated from the firmware binaries for T3 series CF adapter.
...
Obtained from Tim Gardner <timg@tpi.com> who developoed the Linux driver.
And approved by Brad Lefore <blefore@sj.symbol.com> to redistribute it
with BSD license.
2002-04-15 14:58:51 +00:00
tsutsui
2168ee307b
Remove (commented-out) pmsi entries.
2002-04-15 14:47:03 +00:00
mycroft
0a948745d1
Regen.
2002-04-15 14:44:30 +00:00
mycroft
9d7578b25c
Use chip numbers for most of the new Adaptec IDs, not board numbers.
2002-04-15 14:43:42 +00:00
skrll
6024d2c603
Nuke pmsi
2002-04-15 12:52:28 +00:00
joda
518cc55c27
Maxtor D040H2 also can't modesense
2002-04-15 12:40:28 +00:00
ad
e200da16d8
Regen.
2002-04-15 11:12:46 +00:00
ad
aad41f43b6
Add a bunch of Adaptec, Dell and HP products. From OpenBSD.
2002-04-15 11:12:25 +00:00
leo
6b640fdcec
Fix PR-16305. Make the 'end' symbol local.
2002-04-15 09:29:56 +00:00
mhitch
77b771d03b
Don't copy boot.amiga to ${DESTDIR}/ - it is now done by the install/update
...
script, sysinst, or manually when the bootblock is installed.
2002-04-15 08:38:55 +00:00
martin
ed5298eb2f
Make the LEDs work.
...
Green LED = we have a TEI assigned, yellow LED slow blinking = one B-channel
in use, yellow LED fast blinking = both B-channels in use.
2002-04-15 08:11:00 +00:00
simonb
50d6d2b7d6
Add pcn, pnaphy.
...
Add algor, evbmips, sbmips devices.
Sort.
2002-04-15 07:37:17 +00:00
martin
bc96c942e9
This card issues a constant stream of interrupts (from an internal timer).
...
Make it do this only while /dev/isdn is open.
2002-04-15 06:59:51 +00:00
gmcgarry
3238830b82
rtc is used on hp300
2002-04-15 06:08:19 +00:00
gmcgarry
acb682fad2
When searching for devices also skip those deleted by userconf.
...
Problem reported by uwe.
2002-04-15 05:30:12 +00:00
simonb
f938ee8df6
Fix a couple of tyops.
2002-04-15 04:13:25 +00:00
briggs
0c4a264e40
Really nuke pmsi
2002-04-15 02:05:10 +00:00
briggs
9d121c1c24
Nuke pmsi
2002-04-15 01:43:35 +00:00
manu
33d1091e95
Removed the IRIX signal trampoline, which is useless now we use the signal
...
trampoline provided by IRIX libc.
2002-04-14 21:52:25 +00:00
manu
f8c12b3107
IRIX provide a signal trampoline in libc, we now use it.
...
- the signal trampoline address is given to the kernel by a sigaction()
fourth argument
- we introduce an irix_emuldata structure to keep track of the signal
trampoline address
- we don't support per-sigaction signal trampolines, we only do per-process
- now that we use the IRIX libc signal trampoline, we do not have to handle
the errno update from the signal trampoline
- it is possible that IRIX 5 signal delivery works too, since theses binaries
will come with their own signal trampoline
2002-04-14 21:50:49 +00:00
thorpej
cff1953dae
Fix typo in last (luckily, search/replace makes the same typo everywhere).
2002-04-14 21:32:24 +00:00
thorpej
302ea396c3
iq80310_do_pending -> iq80310_do_soft, to accurately describe what's
...
actually going on there.
2002-04-14 21:30:19 +00:00
onoe
dd80e6d577
Some fixes for Symbol card.
...
- The version string doesn't need to start with 'V'.
- Symbol firmware also support CREATE_IBSS.
- But it doesn't support ROAMING_MODE nor MICROWAVE_OVEN.
2002-04-14 19:55:23 +00:00
thorpej
a9e4c1a943
* Delcare COUNTER_MASK properly.
...
* Restructure timer_read() so that the compiler generates better code.
2002-04-14 19:47:03 +00:00
mycroft
f00c3c2e40
tm_gpctl and tm_gpdata must be shifted right 16 bits. DOH.
...
This makes another CardBus tlp card work...
2002-04-14 19:10:18 +00:00
mycroft
ab262fe6f0
Snarf-and-barf the `quirk' code from if_tlp_pci.c, and use it to set the right
...
mediasw (MII-over-SIO) on the Level One FPC-0101TX 10/100 card.
XXX This should probably key off subsystem IDs, not OUIs...
2002-04-14 17:17:10 +00:00
bouyer
fda8de6495
bus_space_unmap() ctl_baseioh instead of ctl_ioh for the native case.
...
Pointed out by enami, and should fix kern/16307.
2002-04-14 16:55:08 +00:00
lukem
fdc8fec66f
allow default colours to be overridden by
...
PCCONS_DEFAULT_FG PCCONS_DEFAULT_SO_FG
PCCONS_DEFAULT_BG PCCONS_DEFAULT_SO_BG
2002-04-14 14:20:33 +00:00
tsutsui
d539066478
Set COPTS="-Os -mmemcpy"
2002-04-14 12:51:17 +00:00
martin
e4998611e9
Fix copyright notice.
2002-04-14 12:24:26 +00:00
takemura
8bbc2ff5a7
Added '#if defined(_KERNEL)' surrounging KERNEL_RCSID macro. Hpccmap is
...
used in bootloader too.
2002-04-14 09:07:04 +00:00
takemura
e63e3c0ed4
Added bus probing to avoid bus error.
2002-04-14 07:59:56 +00:00
tsutsui
a1124f0f2a
Enable spifi SCSI.
2002-04-14 07:37:58 +00:00