> As I understand it, this CPU is a K9, does the following line
> from GENERIC still apply?
> cpu           HAMMER                  # aka K8, aka Opteron & Athlon64

...this does sound like you are building a kernel by copying
GENERIC and making changes. Instead of that I would suggest a small
file with just the bits you want to modify, which then includes GENERIC.

for example....

        # Kernel for firewall - include Carp

        include         GENERIC
        ident           FIREWALL

        device          carp

That way you dont have to worry about the bolerplate from GENERIC

-pete.
_______________________________________________
freebsd-amd64@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Reply via email to