Commit Graph

170181 Commits

Author SHA1 Message Date
jmcneill
904fcecc76 Add drm and i915drm kmods 2008-05-18 20:55:54 +00:00
jmcneill
802b2951e9 Build drm and i915drm modules for i386 and amd64. 2008-05-18 20:55:24 +00:00
jmcneill
34b244eab1 Add Makefiles for building drmbase and i915drm as kmods. 2008-05-18 20:04:03 +00:00
jmcneill
235a59361f Support building as a module. 2008-05-18 20:02:34 +00:00
jmcneill
4db90e1f38 Add 'rescan' function for vga. 2008-05-18 19:54:11 +00:00
jmcneill
a8685978bd Allow building as a module. 2008-05-18 19:53:22 +00:00
martti
3a717a15fc Added instructions how I've updated IPF. This should make it easier for anyone
to upgrade our in-tree IPF to the latest version...
2008-05-18 18:19:05 +00:00
cegger
de392b09c1 Remove "Pavilion". This driver also works on HP Compaq NC4400 as pointed out by Jukka Ruohonen on current-users. 2008-05-18 18:09:42 +00:00
aymeric
96bc64d20f Re-import nvi sources, this time based on the distributed tar ball, after
going through the new nvi2netbsd script
2008-05-18 14:29:31 +00:00
aymeric
799e82abba new file to help import nvi into NetBSD. Derived from amd2netbsd.
Adds the following:
. tries to be "space safe" in the file names (untested)
. handle a couple more RCS ids being used by nvi
. handle properly several RCS ids on one line (happens in nvi)

... and of course adapt everything to nvi
2008-05-18 14:16:09 +00:00
ad
a0fd5bc68d Until these get fixed or replaced:
WARNING: the foo file system is experimental and may be unstable
2008-05-18 13:56:12 +00:00
mlelstv
1ea289c164 put back NetBSD tag 2008-05-18 13:18:19 +00:00
tron
d5f41fe194 Fix builds with stack protection enabled. 2008-05-18 13:08:58 +00:00
phx
1edc11edbf No longer used. 2008-05-18 12:14:08 +00:00
bjs
8e3ed2e6db second instance of PCI_INTR_FIXUP -> PCI_ADDR_FIXUP, change comment to
match.
2008-05-18 03:52:17 +00:00
bjs
c15e1f4356 Oops, did not compile. Fix it. 2008-05-18 03:49:08 +00:00
bjs
52c6ca762a Use cv(9) instead of mtsleep/wakeup. Also, define drm_hz as
mstohz(333) (this seems to eliminate lockups for me using the r300
driver).  Tested with i915 and radeon on amd64.
2008-05-18 02:45:17 +00:00
bjs
da04fccfd8 atomic_add_32 -> atomic_and_32. For atomic_read/atomic_write, cast
to volatile uint32_t *.
2008-05-18 02:42:43 +00:00
jmcneill
865f9859cf Add commented out entries for PCI_BUS_FIXUP and PCI_ADDR_FIXUP 2008-05-18 02:10:10 +00:00
jmcneill
ea69d61f1d Added PCI_BUS_FIXUP and PCI_ADDR_FIXUP support for amd64. 2008-05-18 02:07:20 +00:00
jmcneill
9709f2afe2 Add support for PCI_BUS_FIXUP and PCI_ADDR_FIXUP on amd64. 2008-05-18 02:06:14 +00:00
nonaka
511069cd63 copy zbsdmod.o into installation/ and create sums. 2008-05-18 01:45:47 +00:00
jmcneill
911f972dcf Add sgi_fam, one less thing that has to be done when one wants to run
GNOME on NetBSD.
2008-05-17 21:37:09 +00:00
chuck
837e658d7e note change to ypserv to avoid DNS timeouts blocking NIS service. 2008-05-17 19:42:19 +00:00
macallan
21ef3a53d1 more device_t-ification 2008-05-17 18:11:32 +00:00
macallan
84e564d335 device_t 2008-05-17 18:09:03 +00:00
macallan
dcb185e70d unbork previous by actually using CFATTACH_DECL_NEW(). Doh. 2008-05-17 17:55:50 +00:00
bouyer
aaf34eeb09 Move aac(4) entry, because of ticket pullup-4 #1143. 2008-05-17 16:32:52 +00:00
jmcneill
86acf021ce For device nodes that we handle internally, do not bother calling
config_found_ia on the node to save a bunch of useless 'device NNN
not configured' messages at startup. While here, condense ACPI printfs
at attach time.
2008-05-17 15:42:25 +00:00
tsutsui
9ac86cd165 Sync intel_cpuid_cache_info with src/sys/arch/x86/x86/identcpu.c. 2008-05-17 13:20:27 +00:00
wiz
df799ab8af file-4.24 out. 2008-05-17 11:32:39 +00:00
reinoud
f6082a17d0 Cleaner gcc initialisation detection failure notice. 2008-05-17 08:07:21 +00:00
reinoud
2e63f0acb5 Fix `uninitialised variable' warning issued by the sh3 compiler. gcc can't
detect that the `last_node' variable will be set before used since it can't
parse the semantics of `TAILQ_EMPTY()' that is used as a guard first.

Thanks for H?rvard for finding and reporting it :)
2008-05-17 07:46:35 +00:00
taca
c922486c17 Update current version of ISC dhcp. 2008-05-17 04:21:42 +00:00
ginsbach
14f5b96735 Add locale category files for LC_TIME. These are sourced from FreeBSD
with modifications to the comments and sorted properly for NetBSD.
Additional Makefile work is still needed to generate the links for locales
with shared category files.
2008-05-17 04:11:29 +00:00
ginsbach
74c7f35ad9 Add locale category files for LC_NUMERIC. These are sourced from FreeBSD
with only modifications to the comments.  Additional Makefile work is
still needed to generate the links for locales with shared category files.
2008-05-17 04:07:29 +00:00
ginsbach
ae1920a444 Add locale category files for LC_MONETARY. These are sourced from FreeBSD
with only modifications to the comments.  Additional Makefile work is
still needed to generate the links for locales with shared category files.
2008-05-17 04:05:51 +00:00
ginsbach
ad33e5af01 Add locale category files for LC_MESSAGES. These are sourced from FreeBSD
with only modifications to the comments.  Additional Makefile work is
still needed to generate the links for locales with shared category files.
2008-05-17 03:57:50 +00:00
ginsbach
bcd54758b8 Add support for additional locale categories: LC_MESSAGES, LC_MONETARY,
LC_NUMERIC.

The code used to load LC_TIME was refactored in to a more general routine.
This common routine is now used to load LC_TIME along with the newly added
categories.

Changes discussed with/reviewed by christos.
2008-05-17 03:49:54 +00:00
macallan
a4e1a9b84e magic number reduction - no functional change 2008-05-17 02:00:08 +00:00
macallan
266d000a3d struct device * -> device_t 2008-05-17 01:30:48 +00:00
macallan
edc658718f cosmetics:
- finally add my copyright, almost 3 year after the fact
- remove a comment that never applied to the NetBSD port of this driver,
  only the OpenBSD version
2008-05-17 01:00:19 +00:00
macallan
acb1cf42d5 struct device * -> device_t 2008-05-17 00:45:38 +00:00
macallan
f0f02f069c don't map more video memory than we really need 2008-05-17 00:22:31 +00:00
dyoung
d825f046e4 Remove some #ifdef __FreeBSD__ code. 2008-05-16 22:11:51 +00:00
dyoung
3ebe24aa36 Apply netmasks to !(IFF_BROADCAST|IFF_POINTOPOINT) interfaces as
well as to IFF_BROADCAST interfaces.  Fixes the bug reported by
Markus W Kilbinger,

	ifconfig stf0 inet6 2002:xxxx:76ec:0001::1 prefixlen 16 alias

results in the wrong configuration,

	stf0: flags=1<UP> mtu 1280
		inet6 2002:xxxx:76ec:1::1 prefixlen 64
2008-05-16 20:57:42 +00:00
dyoung
4a04a80d10 The key 'vlantag' activates the 'vlanif' keyword, not the key
'vlan'.  Should fix this bug reported by Pierre Pronchery,

# ifconfig vlan0 vlan 1 vlanif hme0
ifconfig: SIOCAIFADDR: Address family not supported by protocol family
2008-05-16 20:53:35 +00:00
jnemeth
1075255134 added Corega LAPCCTXT FastEthernet 2008-05-16 20:27:20 +00:00
peter
38ef85727a Update to libevent 1.4.4-stable.
Reviewed by provos@
2008-05-16 20:24:57 +00:00
jnemeth
c00c7bde7b regen for Corega LAPCCTXD FastEthernet 2008-05-16 20:21:59 +00:00