Commit Graph

123587 Commits

Author SHA1 Message Date
jdolecek 2d2c0ad74d don't limit size of DMA transfer by size of FIFO
problem reported and fix provided in PR kern/24200 by Paul Shupak
2004-01-28 20:08:35 +00:00
jdolecek a56d10e9dc remove the 'Software Interfaces' paragraph, it wasn't particularily
informative and contained trailing xrefs to atppc(9) and ppbus(9)
pointed out by Thomas Klausner
2004-01-28 20:02:22 +00:00
jdolecek 4dce398974 update the 'purpose' paragraph; particularily, remove the sentence
about inb/outb, since they were removed in our old MI ic/lpt.c too
2004-01-28 19:54:15 +00:00
jdolecek 398fbd7ed6 update HISTORY section 2004-01-28 19:44:39 +00:00
jdolecek eb51939102 update copyright notice to what is in current netbsd-ppbus CVS 2004-01-28 19:40:06 +00:00
jdolecek ccbfffb38b copyright notice as in netbsd-ppbus 1.4 (this files is based
on atppc_isa_subr.h which has this copyright notice in v1.4)
2004-01-28 19:37:30 +00:00
jdolecek 37c6bae631 ISA PnP attachment added 2004-01-28 19:35:24 +00:00
jdolecek 0fa4f927df regen - ISA PnP atppc(4) attachmen 2004-01-28 19:34:17 +00:00
jdolecek bee48ca338 fix typo 2004-01-28 19:33:10 +00:00
jdolecek 0a4cb8aa12 ISA PnP atppc(4) attachment
based loosely on aha ISA PnP attachment
2004-01-28 19:31:07 +00:00
jdolecek bb920938c0 whitespace police 2004-01-28 18:54:32 +00:00
jdolecek c015af1da2 Open Firmware ISA attachment added 2004-01-28 18:48:33 +00:00
jdolecek 578cce287d ofisa atppc(4) attachment
test-compiled with Shark GENERIC (with atppc* at ofisa? added), otherwise
untested
2004-01-28 18:47:13 +00:00
jdolecek eb0997a461 add plip 2004-01-28 18:09:11 +00:00
jdolecek f06d010f7f make testbyte[] in lpt_detect() static const 2004-01-28 18:03:45 +00:00
jdolecek 73acd716fb drop #ifdef _KERNEL, this is kernel-only header 2004-01-28 17:58:42 +00:00
jdolecek dac0c48d86 copyright police 2004-01-28 17:54:03 +00:00
jdolecek 3d22b8ae1a g/c obsolete cpu_wait(9)
reported in PR misc/24260 by Nicolas Joly
2004-01-28 17:44:25 +00:00
jdolecek 5863b95fcf copyright police 2004-01-28 17:35:58 +00:00
jdolecek 629b25cf95 one more lp(4) -> plip(4)
add BUGS section noting this is experimental and not enabled by default
yet
2004-01-28 17:31:51 +00:00
drochner 14f6e1fdec sort, and add "pps" 2004-01-28 17:29:03 +00:00
drochner df39e51fa9 add pps device 2004-01-28 17:27:57 +00:00
drochner 39abe92ecb add a "pps" device to get pulse-per-second signals into ntpd 2004-01-28 17:27:06 +00:00
jdolecek 1604c0df5c remove lpbb(4) references - it was not ported yet 2004-01-28 17:26:45 +00:00
jdolecek e61bcb8605 do not xref ppbus subdevices except lpt(4)
xref puc(4), pnpbios(4), acpi(4)
2004-01-28 17:25:12 +00:00
jdolecek 36d581e313 lp(4) renamed to plip(4) 2004-01-28 17:21:15 +00:00
jdolecek 15768f53c0 remove reference to vpo(4) until it would get ported 2004-01-28 17:15:49 +00:00
jdolecek 9e77fbccf8 drop #ifdef _KERNEL (these are kernel-only headers)
add some comments for the multiple inclusion protection #endif's
2004-01-28 17:11:48 +00:00
chs 7f9f8e3309 also match the version of this that's built into my Asus
A7N8X-E Deluxe motherboard.
2004-01-28 17:07:21 +00:00
chs 6b86384036 regen 2004-01-28 17:06:09 +00:00
chs 1978ed699a add some JNI and Emulex fibre-channel cards.
add all the built-in stuff from my Asus A7N8X-E Deluxe motherboard.
add some other misc cards.
update the URL at the top.
2004-01-28 17:05:40 +00:00
onoe c65191a490 Adopt to new 802.11 framework.
Add support of version 5.30.17 firmware of PCMCIA 350 series.
MPI350 mini-PCI is NOT YET supported.
MONITOR mode is still not yet working.
2004-01-28 15:07:52 +00:00
drochner b82ddc9975 -make it compile with ATPPC_DEBUG
-minor cleanup (whitespace, avoid a typecast)
2004-01-28 14:26:24 +00:00
drochner d1506371f5 -unmap port range after probe, so that the attach function has
a chance to map it again
-minor cleanup
2004-01-28 13:51:16 +00:00
yamt 3e9d8d6772 use bufmem instead of bufpages to make lfs a little less broken. 2004-01-28 10:54:23 +00:00
yamt 09ec20ca66 eliminate tricky usages of VOP_STRATEGY which are (no longer?) necessary. 2004-01-28 10:53:12 +00:00
yamt 2a93afdfd5 rename i386 mdlwp flags from MDP_ to MDL_
to avoid confusion with mdproc flags which also have MDP_ prefixes.
2004-01-28 10:48:55 +00:00
yamt 20236bf218 gdt_alloc_cpu: use unmanaged mappings as gdt_init and gdt_grow. 2004-01-28 10:43:50 +00:00
jdolecek 89ba3070d0 do not use enums in ioctl structure, use fixed width integers instead
g/c boolean_t enum, explicitly assign numbers for lpt_mode_t enum

Note: lptctl needs to be recompiled to print status properly withh new kernel
2004-01-28 09:29:06 +00:00
jdolecek e38936f913 simplify print_lpt_info() 2004-01-28 09:21:55 +00:00
jdolecek e1b2a4adf7 update synopsis to note this is 'EtherExpress PRO/10' driver 2004-01-28 09:15:46 +00:00
jdolecek c9c2a64fa2 add recently added attachment to synopsis, and remove
the BUGS item about PNPBIOS/ACPI attachments
add ECP to list of tested write modes
2004-01-28 09:13:55 +00:00
jdolecek 41f3d22517 add PNPBIOS attachment foor atppc(4) driver; compiles, otherwise untested 2004-01-28 09:09:14 +00:00
rtr 19947b4674 ./usr/X11R6/bin/inb
./usr/X11R6/bin/inl
./usr/X11R6/bin/inw
./usr/X11R6/bin/ioport
./usr/X11R6/bin/outb
./usr/X11R6/bin/outl
./usr/X11R6/bin/outw

for x86_64, this should resolve recent issues w/ amd64 and these files
being installed but not in the set lists.
2004-01-28 09:02:41 +00:00
jonathan 130b3e9f4d Change #endif __FreeBSD__ to #endif /* __FreeBSD__ */ 2004-01-28 01:35:31 +00:00
tsarna aa0acf5064 Sort and remove some dupes 2004-01-27 23:05:18 +00:00
agc 0610f60945 Might as well put the default location for pkgsrc metadata files in
the right place - /var/db/pkg, not /var/pkg.

Over to you, wiz.
2004-01-27 21:24:07 +00:00
cdi 42a4dd9368 Load the boot program at 0x80F00000 to give the boxes with just 16Mb of
RAM a chance to boot. Discussed with soren@, tested on customer's board.

NB: While acceptable as a temporary workaround since most (all?) Cobalt
hardware comes with no less than 16Megs on board, changing a kernel load
address or making a boot loader relocatable could be a better solution.
2004-01-27 21:03:18 +00:00
jsm cb5fd8342e Remove uses of __P. 2004-01-27 20:30:28 +00:00
jsm 716c7169f3 Include <sys/stat.h>. 2004-01-27 20:27:59 +00:00