Alan Cox
ae124fc4bd
Reduce the duplication of code for error handling in _aio_aqueue().
2002-04-07 07:17:59 +00:00
Peter Wemm
3892098bea
ia64 depends on ACPICA on actual hardware. It might be worth having a
...
seperate SKI config (like we had SIMOS for alpha).
2002-04-07 04:36:02 +00:00
Peter Wemm
6e068bd9ae
Now that we can thorougly self compile the kernel, stop hard coding the
...
cross compiler names.
2002-04-07 04:34:21 +00:00
Peter Wemm
c21ab46789
We must not let install(1) strip loader.efi when installing it, or the
...
resulting binary will be damaged and no longer work.
2002-04-07 04:27:50 +00:00
Peter Wemm
1e7e1ea54d
Set BINDIR
2002-04-07 04:26:42 +00:00
Peter Wemm
f3693129ce
Add loader bootforth infrastructure and install it.
2002-04-07 04:25:45 +00:00
Dima Dorfman
94f11749cd
Minor style cleanup. Remove unneeded includes, and correct or add
...
some comments.
Reviewed by: bde
2002-04-07 03:59:31 +00:00
Alan Cox
63a4964eec
Change jobref and *ijoblist from int to long in order to avoid
...
a catastrophe after the 2^32nd AIO operation on 64-bit architectures.
2002-04-07 01:28:34 +00:00
Josef Karthauser
db3c6cb423
Iron out some obvious differences between NetBSD's and own version of
...
this file.
2002-04-06 22:06:16 +00:00
Josef Karthauser
8d3dd017ad
Define away 'Static' when compiling with USB_DEBUG defined, to make it
...
easier to debug.
2002-04-06 21:46:47 +00:00
Josef Karthauser
6a69a08a22
Use the UE_GET_XFERTYPE macro.
2002-04-06 21:28:57 +00:00
Marcel Moolenaar
621342bc34
Add prototype for bootpc_init when BOOTP is defined.
2002-04-06 21:09:08 +00:00
David E. O'Brien
afdea8fc55
Make the previous revision work a little bit better.
2002-04-06 21:08:59 +00:00
Josef Karthauser
dc2aa84c92
Remove some old unused cruft.
2002-04-06 21:03:49 +00:00
David E. O'Brien
1730dab2e6
Add __SCCSID. And add the NO__SCCSID, NO__RCSID, NO__RCSID_SOURCE, and
...
NO__COPYRIGHT knobs to more easily deal with imported vendor sources.
2002-04-06 20:57:03 +00:00
Josef Karthauser
2ce84795da
Another step in merging our if_aue driver with NetBSD's.
2002-04-06 20:50:21 +00:00
Josef Karthauser
396a51fb2f
Rename csr_{read,write}_* to cue_csr_{read,write}_*.
2002-04-06 20:24:25 +00:00
Josef Karthauser
47c61eef1b
Rename foo_gone to foo_dying, in keeping with the rest of the usb code.
2002-04-06 20:17:13 +00:00
Josef Karthauser
3d9e00aa02
Replace device_t with device_ptr_t.
2002-04-06 19:55:52 +00:00
Josef Karthauser
fc5290cfa4
Regenerate.
2002-04-06 19:35:00 +00:00
Josef Karthauser
4ad5d253df
Remove a erroneous entry for HP 5400C.
...
Spotted by: phk
2002-04-06 15:00:41 +00:00
Poul-Henning Kamp
86383b37c0
Fix a typo in the definition of HP1220C and add a quick entry for
...
broken bidir mode for at as well.
2002-04-06 13:28:02 +00:00
Josef Karthauser
28543fc9c6
Regenerate.
2002-04-06 13:07:05 +00:00
Josef Karthauser
46d8539f1c
Add some more printer devices:
...
DeskJet 1220C from phk
Scanjet 5400C from NetBSD
Inkjet P-2000U from NetBSD
2002-04-06 13:06:07 +00:00
Josef Karthauser
1ea26b29b6
Synchronise with NetBSD for order and formatting; no functional changes.
2002-04-06 13:01:39 +00:00
Doug Rabson
ce5c49f1aa
Merge fixes for dbtob() and btodb() from alpha/include/param.h. This stops
...
ffs_snapshot() from using negative numbers for byte offsets in large file
systems.
2002-04-06 12:55:48 +00:00
Josef Karthauser
9ad42ab594
Add a new vendor: MINOLTA, and some products by them.
...
Partially submitted by: asmodai
2002-04-06 12:27:23 +00:00
Jake Burkholder
c8eabf779c
Enable isp and ispfw. Remove the nonexistant SUN_DISKLABEL and
...
ATA_ENABLE_BUSMATER.
2002-04-06 09:33:24 +00:00
Jake Burkholder
98281c99fc
Remove a stale comment.
2002-04-06 08:44:04 +00:00
Jake Burkholder
a9f5d33875
Include machine/ktr.h for sparc64 so we pick up KTR_CPU.
2002-04-06 08:43:17 +00:00
Jake Burkholder
274ae7b653
Provide an implementation of KTR_CPU that doesn't use pcpu, so we don't
...
crash and burn if its not setup yet. Add timestamp, cpu, and (fake) file
and line recording to the asm version of CTR.
2002-04-06 08:40:59 +00:00
Jake Burkholder
902200a1e5
Correct KINFO_PROC_SIZE for sparc64 due to segsz_t change.
2002-04-06 08:30:05 +00:00
Jake Burkholder
da07128555
segsz_t needs to be 64bit for sparc64.
2002-04-06 08:29:18 +00:00
Yoshihiro Takahashi
181593adec
Move ICU_* defines into icu.h.
2002-04-06 08:25:05 +00:00
Yoshihiro Takahashi
78ee686247
Remove pc98 code.
2002-04-06 08:22:33 +00:00
Jake Burkholder
c4c03d1766
Remove invalid KASSERTS.
2002-04-06 08:21:43 +00:00
Jake Burkholder
a30d7c60f6
Use CTASSERT rather than a runtime check to detect kinfo_proc size changes.
...
Remove the ugly yuck code to busy wait for 20 seconds.
2002-04-06 08:13:52 +00:00
Yoshihiro Takahashi
ba5c05f60b
Merged from sys/dev/syscons/syscons.c revisions 1.381 and 1.382.
2002-04-06 06:47:23 +00:00
Yoshihiro Takahashi
58823205c4
Merged from sys/isa/fd.c revision 1.228.
2002-04-06 06:43:55 +00:00
Yoshihiro Takahashi
d7ef6277af
Added the new kernel dumping support for pc98.
2002-04-06 06:41:54 +00:00
Yoshihiro Takahashi
dda7d4dcec
Merged from sys/dev/sio/sio.c revisions 1.370 and 1.371.
2002-04-06 06:19:10 +00:00
Marcel Moolenaar
9281a1bd5f
Fix a braino in the alignment of the segment contents after dumping
...
the program headers. As a result of this, dumplo was advanced too
much causing the end of the dump and most notably the trailing
dump header to be written beyond the end of the the dump medium.
2002-04-06 05:56:33 +00:00
Peter Wemm
01c0b884af
Make it a bit closer to the EFI build and tie up some loose ends.
2002-04-06 04:33:53 +00:00
Peter Wemm
e91ab65ef6
Try and tidy up some very loose ends with paths to various libraries etc.
2002-04-06 04:29:36 +00:00
Peter Wemm
402e50591a
Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64
...
instead.
2002-04-06 04:16:58 +00:00
Peter Wemm
5459842c5e
Do not assume that ${OBJCOPY} variable exists. It was hidden by the
...
fact that the 'ia64-make' wrapper explicitly set it.
2002-04-06 04:11:46 +00:00
Peter Wemm
93b4f334b6
Use the correct elf hash table entry type. This matches a similar fix
...
in the kernel side of things some time ago. The hash table entries are
always 32 bits wide, even on 64 bit machines.
2002-04-06 04:09:42 +00:00
Peter Wemm
a6d81d83a2
Fix self hosted loader building. When you use a self configured gcc, it
...
detects and uses the gas section merge support. As a result, a whole bunch
of new sections arrive, including .rodata.str1.8, which was not included
in our custom ldscript.ia64. The result was a loader binary that EFI
rejected.
While here, collect the loader shell commands linker set and include it
in the data area rather than having its own section.
/boot/loader.efi was the last holdout for having a 100% self built ia64
system.
2002-04-06 03:39:22 +00:00
Matthew N. Dodd
8e5fd46198
Use <net/fddi.h> rather than <netinet/if_fddi.h>.
2002-04-06 03:21:46 +00:00
Prafulla Deuskar
076c4c2633
Added support for 82540EM based cards.
...
Cosmetic changes to make code more unix-like.
MFC after: 1 week
2002-04-06 00:36:53 +00:00