soda
65910335d5
Moved to /cvsroot/syssrc/sys/arch/arc/TODO,v
2000-01-23 20:08:00 +00:00
soda
efb787fdae
Moved from /cvsroot/syssrc/sys/arch/pica/TODO,v
2000-01-23 20:07:59 +00:00
soda
690a7b0a0d
Moved to /cvsroot/syssrc/sys/arch/arc/Makefile,v
2000-01-23 20:07:59 +00:00
soda
ef91d7cbed
Moved from /cvsroot/syssrc/sys/arch/pica/Makefile,v
2000-01-23 20:07:58 +00:00
matt
46b238cab4
remove volatile from softc. cleanup interrupt initialization.
2000-01-23 18:53:11 +00:00
mycroft
7b49d242ce
Clean up the machine symlink stuff ever so slightly. Needs to be
...
standardized between files.
2000-01-23 17:04:03 +00:00
mycroft
f456106d03
Fix the symlink hack.
2000-01-23 16:45:54 +00:00
mycroft
295c3f303e
Fix the symlink hack.
2000-01-23 16:44:18 +00:00
tsubai
ddec291d99
Fix cf_unit usage.
2000-01-23 15:58:04 +00:00
tsubai
eda36600e0
Fix wrong usage of cf_unit.
2000-01-23 15:49:11 +00:00
tsubai
d9d54bf806
Use flags to determine PCLK rather than use unit number.
2000-01-23 15:27:43 +00:00
tsubai
83be2572a7
Don't need to declare badaddr().
2000-01-23 14:57:10 +00:00
tsubai
969c226b5b
Match "keylargo".
2000-01-23 10:01:44 +00:00
tsubai
1ef6ee50b9
Regen.
2000-01-23 09:55:40 +00:00
tsubai
9aa167f517
Add Apple KeyLargo and UniNorth.
2000-01-23 09:54:28 +00:00
mycroft
901082bf1e
Remove code that should not have been added.
2000-01-23 04:02:19 +00:00
tron
156ac6704c
Add commented out entry for overlay filesystem.
2000-01-23 01:06:33 +00:00
mycroft
0153fa8a4d
Regen.
2000-01-23 01:01:51 +00:00
mycroft
db70ed30f4
Use proper varargs format for __semctl13.
2000-01-23 01:01:30 +00:00
augustss
75e8c400fa
Add parens so a ?: expression binds correctly.
2000-01-23 00:10:03 +00:00
mycroft
c6a0f46b4f
Delint.
2000-01-22 22:53:59 +00:00
mycroft
c26054b799
Delint.
2000-01-22 22:40:58 +00:00
is
e084c6cfec
Tell changers to commit AMIGA and DRACO, too.
2000-01-22 21:16:56 +00:00
is
236fe18599
synchronize this with GENERIC.
2000-01-22 21:09:38 +00:00
thorpej
b176cb0869
Add OPMODE_FD (full-duplex) to the media-related OPMODE bitmask. This
...
will cause the Tulip to be reset when this bit is toggled. This is
apparently required for some chip revs.
From Matt Thomas.
2000-01-22 21:05:53 +00:00
thorpej
5422cfb256
Fix netisr processing for PPP when there is only one device configured.
...
port-alpha/9257, Kevin P. Neal.
2000-01-22 18:28:04 +00:00
thorpej
2ad35b74df
After some discussion with Mycroft, change splstatclock() to splclock().
...
The rule is that you don't get to call scheduler-related functions (e.g.
wakeup()) above the clock interrupt. Going to statclock unnecessarily
hoses e.g. serial interrupts on the SPARC.
2000-01-22 16:53:50 +00:00
drochner
05261ccb43
include "rnd.h" explicitely since the size of sd_softc depends on it
...
(sd_scsi.c and sd_atapi.c missed it, leading to random memory corruption)
2000-01-22 16:35:25 +00:00
thorpej
2ab34248eb
Back out rev 1.36... what was I thinking? Also, update the comment that
...
led me astray to reflect reality.
2000-01-22 16:32:02 +00:00
drochner
dadc2bc21d
pass raw keyboard data unsigned to avoid sign extension
2000-01-22 15:09:00 +00:00
pk
d76bf6c906
Try both the BOOTPARAMS and BOOTP protocol (in that order). This also
...
takes care of PR#8738.
2000-01-22 12:34:57 +00:00
takemura
56c6e7faaf
Add a menu item for MC-R430.
...
Change frame buffer type of MC-R530, which had been inversed B/W.
2000-01-22 11:03:16 +00:00
takemura
251cab4f98
Add platform ID of MC-R430.
2000-01-22 10:51:29 +00:00
takemura
5b9cd9b86f
Fix a problem which is reported in PR port-hpcmips/9207.
...
Vrkiu_cngetc() had returned WSCONS_EVENT_ALL_KEYS_UP if there are no event to
report. Modification keys like shift-key had been canceled by that event.
2000-01-22 09:12:35 +00:00
tsutsui
b236cf48c3
check whether tv_usec >= 1000000
2000-01-22 05:21:24 +00:00
mjacob
91c88eb52f
PR/9271 (from srp@zgi.com)- recognize (indirectly) HP4000s via density
...
code and do the right QIC type dance (1 FM @EOT, fixed block size).
2000-01-22 04:29:58 +00:00
thorpej
6bf314dccf
NetBSD 1.4Q -- buffer queue changes.
2000-01-21 23:48:07 +00:00
thorpej
0b0aecffd6
Update for sys/buf.h/disksort_*() changes.
2000-01-21 23:43:10 +00:00
thorpej
f7c9b87381
Update for sys/buf.h/disksort_*() changes, plus make it compilable on
...
more systems.
2000-01-21 23:41:45 +00:00
thorpej
dc59bc1db3
Update for sys/buf.h/disksort_*() changes.
2000-01-21 23:39:55 +00:00
thorpej
52242fdf9f
Update for sys/buf.h/disksort_*() changes.
2000-01-21 23:28:59 +00:00
thorpej
0ef111e8ee
- Implement bowrite() -- perform an asynchronous, ordered write.
2000-01-21 23:22:24 +00:00
thorpej
e3d3905ac7
Preserve B_ORDERED.
2000-01-21 23:21:46 +00:00
thorpej
05c6b5a9a0
- Add a B_ORDERED flag to communicate to drivers that an I/O request should
...
be issued/completed in order; that is, provide a barrier for I/O queues.
- Change the buffer driver queue links to a TAILQ, rather than using
a home-grown equivalent. Provide BUFQ_*() macros to manipulate buffer
queues; these deal with the barrier provided by B_ORDERED.
- Update disksort() accordingly, and provide 3 versions:
- disksort_cylinder(): historical disksort(), which keys on
b_cylinder (and b_blkno for the case when b_cylinder matches).
- disksort_blkno(): sorts only on b_blkno. Essentially the
same as disksort_cylinder(), but with fewer comparisons.
- disksort_tail(): requests are simply inserted into the queue
at the tail. This is provided as an option so that drivers
can simply have a pointer to the appropriate sort function.
Note that disksort() now pays attention to B_ORDERED.
2000-01-21 23:20:51 +00:00
mjacob
04b750733c
slight change for platform independence
2000-01-21 21:19:57 +00:00
mjacob
7faf9d32ea
cleanup SAF-TE attachment code
2000-01-21 21:10:41 +00:00
tsubai
2d0426d8d2
Recognize MPC7400.
2000-01-21 18:49:52 +00:00
tsubai
16ea7fbbbb
Match "keylargo-ata".
2000-01-21 18:45:14 +00:00
mjacob
eb5546b1cb
add cdev_ses_init alias to cdev__oci_init
2000-01-21 17:52:29 +00:00
tsutsui
331b00d2d8
Add "dumps on none" to config.
2000-01-21 13:38:47 +00:00
pk
df99dfd934
Simplify toggling the FTP bit on sun4m machines.
2000-01-21 13:25:12 +00:00
pk
252d47729f
Update FDC offsets used by fdintr.s
2000-01-21 13:24:06 +00:00
pk
6b2ebb44a7
Move several PIL_* definitions into the scope of LOCORE stuff.
2000-01-21 13:22:55 +00:00
pk
f8ac5484fa
Medium sized code overhaul:
...
* Improve communication between the `hard' and `soft' interrupt handlers
to better distinguish various interrupt sources.
* Eliminate several race conditions where we would set a time out handler
only after starting the command on the hardware.
* Handle most timeouts by resetting the controller; there isn't much chance
of recovery in any other way. Currently, the exception is a timeout
on I/O, in which case we first try to pulse the controller's TC line
in order to abort the pseudo-dma sequence. Apparently, "normal"
conditions can induce such a timeout when there's no disk in the drive.
* Reduce the formatting gap parameter to 0x54.
* On the obio bus, interpret the `status' attribute.
* Minimize console diagnostic output if the errors we get appear to be
caused by the absence of a disk.
2000-01-21 13:22:01 +00:00
tsutsui
a914ad6061
- use the raw partition for ioctl; `control device' is gone.
...
- remove `sc_flags' member from md_softc
- add check code whether the md device is configured in mdread/mdwrite
2000-01-21 12:14:53 +00:00
shin
7d6a332830
change miniroot size.
2000-01-21 11:29:53 +00:00
sommerfeld
aa195e816f
Fix PR9240: comment above cpu_fork() out of synch with reality on most ports.
...
(comment change only, but was wrong for more than just i386).
2000-01-20 22:18:54 +00:00
thorpej
0835b779d1
Simplify sbdsp_pause().
2000-01-20 19:27:03 +00:00
wrstuden
87e1b0f9b7
Add overlay to kernel configs.
2000-01-20 19:12:28 +00:00
wrstuden
fab192f2d2
Add overlay, a layered file system which overlays itself on
...
the underlying fs, rather than exporting it to another part of the
directory name space.
2000-01-20 19:06:13 +00:00
mjacob
e1598bac13
fix misspelling
2000-01-20 17:16:25 +00:00
mjacob
c6459da685
add SES device
2000-01-20 17:13:27 +00:00
mjacob
015af0db9d
add a (currently unused) option reference to isp_target mode
2000-01-20 17:12:34 +00:00
mjacob
56196ffa4e
Nobody said no to adding a pointer to original scsi inquiry data
...
to the scsibus attach args. Make sure it's nulled for ATAPI. Also,
for scsiconf.c, modify SENA's quirk entry.
2000-01-20 17:10:18 +00:00
mjacob
3bcc285367
add SES driver
2000-01-20 17:07:41 +00:00
christos
c6b70bdfe2
Use .PATH.c not .PATH otherwise builds without objdirs fail from biosboot_com0.
...
Reported by Tron.
2000-01-20 16:51:01 +00:00
mjacob
a8f0034523
add SES device
2000-01-20 16:07:43 +00:00
drochner
8395a5e928
like com.c, raise DTR/RTS in console initialisation
2000-01-20 15:22:57 +00:00
enami
b7868a436d
Don't overwrite cfe->flags.
2000-01-20 08:47:59 +00:00
enami
747ef6745c
If server name field is overloaded for other purpose, or it just contains
...
NULL string, don't use it as server name.
2000-01-20 08:34:52 +00:00
enami
9d51226cc3
fix typo in comment.
2000-01-20 03:19:27 +00:00
matt
5d5b2822ec
Don't need to include opt_vax8600.h. Always defined the 8600 specific bits.
2000-01-20 00:07:49 +00:00
thorpej
e92c1387ea
G/c unused variable.
2000-01-19 23:06:06 +00:00
thorpej
a0397a2573
Move callout initialization to a single location; no need to duplicate
...
that code all over the place.
2000-01-19 20:05:30 +00:00
tsutsui
e61f177ab1
STRIP -> STRIPPROG
2000-01-19 16:29:54 +00:00
tsutsui
995d49ac90
Add #include <machine/cpu.h>
2000-01-19 16:13:50 +00:00
itojun
1061ba6b37
another possible PR9189 issue (panic on sparc).
2000-01-19 15:59:14 +00:00
tsutsui
644b514c39
Change STRIPFLAGS=-g for cross-toolchains.
2000-01-19 14:44:58 +00:00
cjs
b54595a488
Make sure that everything in GENERIC is in ALPHA, and that the two files
...
have config lines in the same order to make diffing easier.
2000-01-19 13:53:47 +00:00
leo
7396daca2b
No longer abuse cf_unit. This broke with the latest autoconf changes.
2000-01-19 13:23:14 +00:00
leo
4911054546
Allow storage-space to be passed to the alloc_bus_space_tag() functions. This
...
permits static tags to be used during early console init.
2000-01-19 13:12:54 +00:00
cjs
73b79d6c25
Make sure that everything in GENERIC is in ALPHA, and that the two files
...
have config lines in the same order to make diffing easier.
2000-01-19 07:04:23 +00:00
cjs
c79473b2b7
Add vr driver and missing phys.
2000-01-19 06:09:03 +00:00
jonathan
83eb9e9fb4
Add accidentally-omitted prototype for time_pps_kcbind() so userlevel PPSAPI
...
client code compiles with -Wall -Wstrict-prototypes-Wmissing-prototypes.
2000-01-19 03:33:18 +00:00
danw
6c14ba0dba
Fill in the alignment trap handler a bit: now it can fix unaligned
...
floating point loads and stores (to work around a gcc bug), but will
still cause a bus error on other sorts of unaligned accesses.
2000-01-19 03:30:12 +00:00
danw
83cfcdd15a
Add a special trap handler for EXC_ALI that saves dsisr and dar
2000-01-19 03:28:21 +00:00
mycroft
c10e001ee2
Sync, +IPv6.
2000-01-19 03:05:06 +00:00
mycroft
1c92c8d7ed
Add a sequencer to go with the midis.
2000-01-19 03:01:46 +00:00
msaitoh
0b9af6bdce
check whether tv_usec >= 1000000
2000-01-19 02:52:16 +00:00
augustss
55c5d10627
Fix typos.
...
Never, never, never commit without compiling first.
2000-01-19 01:16:38 +00:00
augustss
fe18229923
Obey the interrupt interval here also.
2000-01-19 01:04:26 +00:00
augustss
a97cf3f9ce
Fix a buglet in framelist locking.
2000-01-19 01:02:11 +00:00
abs
3a63eeee63
newline terminate ss: atatch message - from Roger Brooks
2000-01-19 01:00:07 +00:00
augustss
8d1b47c24d
Poll the interrupt pipe every 100 ms instead of every 1 ms. The interrupt
...
pipe is only used to collect statistics so it seems rather stupid to bog
down the processor by doing this every ms.
2000-01-19 00:25:23 +00:00
augustss
c3716a6bb9
Add an argument to usbd_open_pipe_intr() to specify the polling interval
...
for an interrupt pipe in case we don't what what the descriptor suggests.
2000-01-19 00:23:58 +00:00
augustss
331cdec4d2
Add another item.
2000-01-19 00:20:55 +00:00
perseant
dac789be22
Changes to stabilize LFS. The first two of these should also apply to the
...
1.4 branch.
* Use a separate per-fs lock, instead of ufs_hashlock, to protect the Inode
free list. This seems to prevent the "lockmgr: %d, not exclusive lock holder
%d, unlocking" message I was mis-attributing last night to an unlocked vnode
being passed to vrele.
* Change calling semantics of lfs_ifind, to give better error reporting:
If fed a struct buf, it can report the block number of the offending inode
block as well as the inode number.
* Back out rev 1.10 of lfs_subr.c, since the replacement code was slightly
uglier while being functionally identical.
* Make lfs_vunref use the same free list convention as vrele/vput, so that
vget does not remove vnodes from a hash list they are not on.
2000-01-19 00:03:04 +00:00
mycroft
01c66d1c23
Mute the DAC -- not the master volume -- on close, so that CD passthrough is
...
unaffected.
2000-01-18 22:11:05 +00:00
augustss
21863071b1
Move the zeroing of the xfer to the individual methods.
2000-01-18 20:23:42 +00:00
augustss
f14036861f
Turn xfer allocation into a method in the HC driver. The reason is that
...
an HC driver may want to subclass the xfer to have additional private fields.
2000-01-18 20:11:00 +00:00
thorpej
1de974fc2e
Use PCI products defined in pcidevs.h
2000-01-18 20:05:23 +00:00
thorpej
f51f762b8d
Update to reflect current reality.
2000-01-18 20:02:32 +00:00
thorpej
ce2b722aec
No need to define MPC105 and MPC106 PCI products here.
2000-01-18 20:01:28 +00:00
thorpej
cf3cdae016
iodone() -> biodone()
2000-01-18 19:53:42 +00:00
deberg
4cf19b07ea
add the NeXT mouse type
2000-01-18 19:52:50 +00:00
thorpej
c4e802b942
Use b_cylinder as defined in sys/buf.h
2000-01-18 19:52:21 +00:00
thorpej
ca44eb8d21
iodone() -> biodone(), iowait() -> biowait()
2000-01-18 19:51:03 +00:00
thorpej
d7e6de4a08
iodone() -> biodone()
2000-01-18 19:50:32 +00:00
thorpej
4f27a98702
Use b_cylinder as defined in sys/buf.h
2000-01-18 19:48:02 +00:00
augustss
4357bf2625
Pretend we can detach. Then we can at least the detach the device
...
if the attach fails in the middle.
2000-01-18 19:46:55 +00:00
thorpej
8808155fa6
Use b_cylinder as defined in sys/buf.h
2000-01-18 19:46:07 +00:00
augustss
aff651d2c6
Sync with reality.
2000-01-18 19:45:58 +00:00
thorpej
8201b36ca0
Use b_cylinder as defined in sys/buf.h
2000-01-18 19:43:02 +00:00
thorpej
0684e6f83b
- Use b_cylinder as defined in sys/buf.h
...
- Add an empty dk_establish()
2000-01-18 19:40:53 +00:00
thorpej
c241e27b63
Use b_cylinder as defined in sys/buf.h
2000-01-18 19:37:58 +00:00
thorpej
d0bb9fdf22
Remove one line of junk.
2000-01-18 19:36:58 +00:00
thorpej
ed244ca8e4
Use b_cylinder as defined in sys/buf.h
2000-01-18 19:34:24 +00:00
thorpej
71b89434fa
Remove one line of junk.
2000-01-18 19:33:31 +00:00
augustss
f21b1ede53
Add a little more debug printing.
2000-01-18 18:49:35 +00:00
bouyer
3c680c00ab
Handle pre-FS_42POSTBLFMT. I now can mount an Ultrix file system on my
...
sparc without panic.
2000-01-18 18:41:29 +00:00
jlam
24ea998b2a
Regen.
2000-01-18 17:20:32 +00:00
jlam
069f019108
Add Aironet Wireless Communications' vendor and product codes.
2000-01-18 17:19:33 +00:00
ad
e716b4ba71
Fix register offset problem. This should make EISA boards work correctly,
...
and is also needed for the ISA frontend (some time this week).
2000-01-18 16:50:38 +00:00
bouyer
0016706a70
Clean up revision stuff for the sis. Suggested by Chris Cappuccio.
2000-01-18 13:58:07 +00:00
bouyer
a569e4a38f
Correct URLs.
2000-01-18 13:30:32 +00:00
simonb
251eb03a2b
Only prototype and include code for scc_kbd_init() and scc_mouse_init()
...
if NRASTERCONSOLE > 0. Fixes problem reported on port-pmax by Anders
Andersson.
2000-01-18 12:19:49 +00:00
cgd
ccfb44f360
use the old cloning-device cf_unit increment behaviour, if
...
__BROKEN_CONFIG_UNIT_USAGE is defined.
2000-01-18 07:45:04 +00:00
itojun
c521cdaa75
temporary workaround for PR9189 (panic on sparc).
2000-01-18 05:36:19 +00:00
cjs
762741c71d
Fix the size of the playback buffer. Patch from Dave Sainty <dave@dtsp.co.nz>.
2000-01-18 04:48:47 +00:00
mycroft
9efabde18b
Rearrange ex_intr() to use C_INTR_LATCH the same way the ep driver does,
...
to prevent race conditions.
2000-01-18 03:35:40 +00:00
jtk
5253149d51
add mii attribute to xe. (Needed to make PHY attachment work.)
2000-01-18 03:11:11 +00:00
msaitoh
7d3068a3b4
use macros
2000-01-17 21:59:43 +00:00
msaitoh
c330a893d5
- check whether tv_usec == 1000000, too.
...
- set the reload count of the timer unit 1 correctly
(Timer unit counts from TCOR to 0 (i.e. the length of the counts equals
to TCOR + 1)).
- use macros.
2000-01-17 21:54:32 +00:00
msaitoh
8cf5a56c3f
add some bit definitions
2000-01-17 21:41:13 +00:00
bouyer
e51ae5d23a
Use SCSIPIRETRIES instead of hard-coded value '2' for number of retries in
...
common routines. Define SCSIPIRETRIES as 4, so that the command will finally
succeed after several consecutive downgrades from UDMA2 to PIO4.
2000-01-17 17:59:48 +00:00
augustss
f7145f672e
Add USB-Ethernet adapters.
2000-01-17 17:47:03 +00:00
augustss
5fe2bec33e
Add Bill Paul's FreeBSD driver for the CATC USB-EL1201A chip.
...
XXX The driver is untested since I don't have any hardware with this chip.
2000-01-17 17:12:20 +00:00
pk
725c6438c1
Use bus_space(9) functions to access the controller registers.
...
Add probes to the attach routines before poking the chip to see
where the registers are located.
2000-01-17 16:57:15 +00:00
pk
2d7f7ef7a6
Use bus handle to in `struct fdio' to read the chip registers.
2000-01-17 16:53:18 +00:00
pk
611f7a9938
Add offset to bus handle in `struct fdio'.
2000-01-17 16:52:04 +00:00
kleink
6910891781
Add NAN constant glue for sh3.
2000-01-17 16:27:53 +00:00
minoura
9a0577db94
Wrong () balance in dumpsize calculation.
2000-01-17 16:17:32 +00:00
hubertf
bd2e491091
make confusion of ISO 639 and ISO 3166 less likely
2000-01-17 15:51:59 +00:00
augustss
57a4fc9141
Regen.
2000-01-17 14:56:23 +00:00
augustss
3285aaa9dc
Add a bunch of devices I found at a Linux site.
2000-01-17 14:56:01 +00:00
augustss
28c8d7c7bb
Remove some unnecessary cleanup.
2000-01-17 13:25:22 +00:00
augustss
3205164ec5
Add missing USBD_NO_COPY flag.
2000-01-17 13:23:05 +00:00
augustss
3e2f6f3a41
Regen.
2000-01-17 12:57:54 +00:00
augustss
5ebe8e5553
Add two CATC Ethernet adapters.
2000-01-17 12:57:27 +00:00
joda
2367ad5f3d
add shutdown hook
2000-01-17 12:57:26 +00:00