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
takemura
c9cb463127
Print bad address in interrupt handler.
2002-04-14 07:34:20 +00:00
takemura
ab452aef6c
Fixed 8bpp problem of mq200.
2002-04-14 06:07:40 +00:00
tsutsui
55c1bc5448
Expand MEMORY_DISK_ROOT_SIZE to 2.5Mbytes.
2002-04-14 02:30:22 +00:00
mycroft
36c2231c92
Remove pmsi.
2002-04-14 01:45:29 +00:00
mycroft
92719d60d8
The functionality of pmsi has been implemented in pms, so it's time for pmsi
...
to go back where it came from.
2002-04-14 01:42:52 +00:00
briggs
301eca907d
Enable ext2fs and RAIDframe.
2002-04-13 23:33:16 +00:00
thorpej
71123e8747
Gah, correct editor mistake in last.
2002-04-13 22:42:39 +00:00
thorpej
755369ecb1
* Eliminate some redundant masking.
...
* Don't run the snake if the board doesn't have a 7-segment display.
2002-04-13 22:41:46 +00:00
bjh21
b5d40b188c
Remove bogus dependency on options HPCARM.
2002-04-13 19:15:52 +00:00
briggs
652b9e4c7b
Fixes and changes from Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>.
...
* Clean up after briggs@ changes to support bus_dma.
* Add support for reading sMemory resources from nubus cards.
* Add support for old cards with only the board rsrc (NatSemi NB-GPIB, e.g.)
* Add a few more card identifiers.
2002-04-13 17:49:41 +00:00
tsutsui
f1cd70e3dc
Add -DLIBSA_USE_MEMCPY and -DLIBSA_USE_MEMSET to CPPFLAGS.
2002-04-13 17:48:10 +00:00
christos
45c8aefabf
PR/16058: Tero Kivinen: Don't attempt to free resources that we failed to
...
get in the attach phase.
2002-04-13 17:06:53 +00:00
christos
db29511727
PR/16058: Tero Kivinen: Don't free rbuf or detach tty if rbuf allocation
...
failed during attach phase.
2002-04-13 17:05:16 +00:00
matt
54d0dedd0c
Cleanup the debug prints in pmap_enter.
2002-04-13 15:58:30 +00:00
bjh21
34aad0d131
Only include opt_compat_svr4.h ifdef _KERNEL_OPT.
2002-04-13 14:20:29 +00:00
tsutsui
df16ac88cd
Use "-Os -mmultiple".
2002-04-13 13:44:48 +00:00
tsutsui
c7a7330ca9
Add "cleanlibdir" target.
2002-04-13 13:35:23 +00:00
tsutsui
c58dce575b
Set USE_LIBSA_MEMCPY and USE_LIBSA_MEMSET to save a few bytes.
2002-04-13 13:31:40 +00:00
isaki
9ee0a509cd
Fix minor typo in adpcm_estim[].
2002-04-13 12:40:50 +00:00
simonb
506b9316a4
Remove commented out "options EXEC_ELF_CATCHALL", and note that
...
COMPAT_1{1,2} provide this (renamed) functionality.
2002-04-13 12:08:46 +00:00
martin
8d2451d1be
When pruning state at interrupt enable time, also call the clearirq
...
routine for cards that provide it.
2002-04-13 11:03:54 +00:00
manu
c56e133974
More comments on the new signal frame/trampoline
2002-04-13 10:52:59 +00:00
martin
0cdadad2cd
Defer initialization of the ISAC chip until we enable interrupts - it gets
...
into a strange failure mode if we do it with disabled interrupt. When
(re-)enabling interrupts reset transmitter and receiver and clear any
pending state.
2002-04-13 10:28:36 +00:00
takemura
090be59325
Fixed dev/hpc/hpcfb.c to set RI_BSWAP flag in 8bpp for rasops8.c
...
and backout changes 'fix LCD byte-order setting':
arch/hpcsh/dev/hd64461/hd64461video.c Rev. 1.7 to 1.8
arch/hpcmips/dev/plumvideo.c Rev. 1.23 to 1.24
arch/hpcmips/tx/tx3912video.c Rev. 1.24 to 1.25
2002-04-13 09:29:53 +00:00
tsutsui
97538862ad
Add -b option for contiguous secondary boot on ustarfs.
2002-04-13 08:14:07 +00:00
tsutsui
b29a332627
Add ustarfs support and changedisk_hook().
2002-04-13 08:04:41 +00:00
tsutsui
3369f7b337
Add some ioctl() definitions to eject floppy.
2002-04-13 07:56:02 +00:00
tsutsui
894a4f24e2
Add getchar().
2002-04-13 07:53:53 +00:00
tsutsui
d5dd9411f6
bcopy() -> memcpy()
2002-04-13 07:34:41 +00:00
tsutsui
10720920d5
bzero() -> memset()
2002-04-13 07:34:17 +00:00
tsutsui
c69f6fde96
Rename halt() -> rom_halt(), and declare it in romcall.h.
2002-04-13 02:43:43 +00:00
tsutsui
5e64969e37
Build SA libs with -mmemcpy and set LIBSA_USE_MEMSET and LIBSA_USE_MEMCPY.
2002-04-13 02:30:30 +00:00
tsutsui
9d95be4e68
Add -mmemcpy to CFLAGS.
2002-04-13 02:29:08 +00:00
mycroft
d4a9baf2b1
Add IR support.
2002-04-13 02:25:27 +00:00
thorpej
5358f38f8b
Add an install kernel for the Npwr.
2002-04-13 00:51:18 +00:00
tv
43df8ed28f
Add host-OS tools for i386, which end up in the "installation/misc"
...
directory of the release tree.
2002-04-12 23:11:58 +00:00
leo
9485827587
Regen.
2002-04-12 22:37:21 +00:00
leo
d7f7c55a74
Move USERCONF to GENERIC.in and trim the phy-list.
2002-04-12 22:34:13 +00:00